Html Css Color HEX #B764DB Medium Orchid

📋 copy color: '#B764DB'

red 183 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #B764DB

Tints of Medium Orchid #B764DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 36.45%
G = 19.92%
B = 43.63%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B764DB (or 0xB764DB) is known color: Medium Orchid. HEX triplet: B7, 64 and DB. RGB value is (183,100,219). Sum of RGB (Red+Green+Blue) = 183+100+219=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B764DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764DB is #489B24. Grayscale: #898989. Windows color (decimal): -4758309 or 14378167. OLE color: 14378167.

HSL color Cylindrical-coordinate representation of color #B764DB: hue angle of 281.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B764DB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 100 219 -
CMYK 0.16 0.54 0 0.14
HSL 281.85º 0.62% 0.63% -
HSV(B) 281.85º 0.54% 0.86% -
XYZ 36.87 24.3 69.76 -
YUV 138.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 183 100 219 0.16 0.54 0 0.14 281.85 0.62 0.63
Hex B7 64 DB 10 36 0 E 11A 3E 3F
Octal 267 144 333 20 66 0 16 432 76 77
Binary 10110111 1100100 11011011 10000 110110 0 1110 100011010 111110 111111

Color Harmonies of #B764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764DB

Black with #B764DB

Text Example


Text Example

White with #B764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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