Html Css Color HEX #B764CE Medium Orchid

📋 copy color: '#B764CE'

red 183 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #B764CE

Tints of Medium Orchid #B764CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.45%

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

R = 37.42%
G = 20.45%
B = 42.13%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B764CE (or 0xB764CE) is known color: Medium Orchid. HEX triplet: B7, 64 and CE. RGB value is (183,100,206). Sum of RGB (Red+Green+Blue) = 183+100+206=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B764CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764CE is #489B31. Grayscale: #888888. Windows color (decimal): -4758322 or 13526199. OLE color: 13526199.

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

Color convert

RGB 183 100 206 -
CMYK 0.11 0.51 0 0.19
HSL 286.98º 0.52% 0.6% -
HSV(B) 286.98º 0.51% 0.81% -
XYZ 35.23 23.64 61.1 -
YUV 136.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 183 100 206 0.11 0.51 0 0.19 286.98 0.52 0.6
Hex B7 64 CE B 33 0 13 11F 34 3C
Octal 267 144 316 13 63 0 23 437 64 74
Binary 10110111 1100100 11001110 1011 110011 0 10011 100011111 110100 111100

Color Harmonies of #B764CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764CE

Black with #B764CE

Text Example


Text Example

White with #B764CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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