Html Css Color HEX #B766CE Medium Orchid

📋 copy color: '#B766CE'

red 183 ◦ green 102 ◦ blue 206

#B766CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B766CE

Tints of Medium Orchid #B766CE

RGB

 RED value IS 183 (71.88% from 255) = 37.27%

 GREEN value IS 102 (40.23% from 255) = 20.77%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 37.27%
G = 20.77%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B766CE (or 0xB766CE) is known color: Medium Orchid. HEX triplet: B7, 66 and CE. RGB value is (183,102,206). Sum of RGB (Red+Green+Blue) = 183+102+206=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #B766CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766CE is #489931. Grayscale: #898989. Windows color (decimal): -4757810 or 13526711. OLE color: 13526711.

HSL color Cylindrical-coordinate representation of color #B766CE: hue angle of 286.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B766CE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 102 206 -
CMYK 0.11 0.50 0 0.19
HSL 286.73º 0.51% 0.6% -
HSV(B) 286.73º 0.5% 0.81% -
XYZ 35.42 24.03 61.16 -
YUV 138.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 183 102 206 0.11 0.50 0 0.19 286.73 0.51 0.6
Hex B7 66 CE B 32 0 13 11F 33 3C
Octal 267 146 316 13 62 0 23 437 63 74
Binary 10110111 1100110 11001110 1011 110010 0 10011 100011111 110011 111100

Color Harmonies of #B766CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766CE

Black with #B766CE

Text Example


Text Example

White with #B766CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766CE; }

 p { color: rgb(183,102,206); }

 H1.HeaderClassName
 {
   color: #B766CE;
 }
 .AnyTagClassName
 {
   color: #B766CE;
 }
</style>

background-color css

<style>
 a { background-color: #B766CE; }

 a { background-color: rgb(183,102,206); }

 div.DivClassName
 {
   background-color: #B766CE;
 }
 .BgClassName
 {
   background-color: #B766CE;
 }
</style>

border-color css

<style>
 span { border-color: #B766CE; }

 span { border-color: rgb(183,102,206); }

 td.TdClassName
 {
   border-color: #B766CE;
 }
 .TagClassName
 {
   border-color: #B766CE;
 }
</style>