Html Css Color HEX #B264DB Medium Orchid

📋 copy color: '#B264DB'

red 178 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #B264DB

Tints of Medium Orchid #B264DB

RGB

 RED value IS 178 (69.92% from 255) = 35.81%

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

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

R = 35.81%
G = 20.12%
B = 44.06%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B264DB (or 0xB264DB) is known color: Medium Orchid. HEX triplet: B2, 64 and DB. RGB value is (178,100,219). Sum of RGB (Red+Green+Blue) = 178+100+219=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B264DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264DB is #4D9B24. Grayscale: #888888. Windows color (decimal): -5085989 or 14378162. OLE color: 14378162.

HSL color Cylindrical-coordinate representation of color #B264DB: hue angle of 279.33º 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 #B264DB is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 100 219 -
CMYK 0.19 0.54 0 0.14
HSL 279.33º 0.62% 0.63% -
HSV(B) 279.33º 0.54% 0.86% -
XYZ 35.7 23.69 69.71 -
YUV 136.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 178 100 219 0.19 0.54 0 0.14 279.33 0.62 0.63
Hex B2 64 DB 13 36 0 E 117 3E 3F
Octal 262 144 333 23 66 0 16 427 76 77
Binary 10110010 1100100 11011011 10011 110110 0 1110 100010111 111110 111111

Color Harmonies of #B264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264DB

Black with #B264DB

Text Example


Text Example

White with #B264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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