Html Css Color HEX #B266DB Medium Orchid

📋 copy color: '#B266DB'

red 178 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #B266DB

Tints of Medium Orchid #B266DB

RGB

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

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

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

R = 35.67%
G = 20.44%
B = 43.89%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B266DB (or 0xB266DB) is known color: Medium Orchid. HEX triplet: B2, 66 and DB. RGB value is (178,102,219). Sum of RGB (Red+Green+Blue) = 178+102+219=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B266DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266DB is #4D9924. Grayscale: #898989. Windows color (decimal): -5085477 or 14378674. OLE color: 14378674.

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

Color convert

RGB 178 102 219 -
CMYK 0.19 0.53 0 0.14
HSL 278.97º 0.62% 0.63% -
HSV(B) 278.97º 0.53% 0.86% -
XYZ 35.9 24.08 69.77 -
YUV 138.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 178 102 219 0.19 0.53 0 0.14 278.97 0.62 0.63
Hex B2 66 DB 13 35 0 E 117 3E 3F
Octal 262 146 333 23 65 0 16 427 76 77
Binary 10110010 1100110 11011011 10011 110101 0 1110 100010111 111110 111111

Color Harmonies of #B266DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266DB

Black with #B266DB

Text Example


Text Example

White with #B266DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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