Html Css Color HEX #B266C6 Medium Orchid

📋 copy color: '#B266C6'

red 178 ◦ green 102 ◦ blue 198

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

Shades of Medium Orchid #B266C6

Tints of Medium Orchid #B266C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 37.24%
G = 21.34%
B = 41.42%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B266C6 (or 0xB266C6) is known color: Medium Orchid. HEX triplet: B2, 66 and C6. RGB value is (178,102,198). Sum of RGB (Red+Green+Blue) = 178+102+198=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #B266C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266C6 is #4D9939. Grayscale: #878787. Windows color (decimal): -5085498 or 13002418. OLE color: 13002418.

HSL color Cylindrical-coordinate representation of color #B266C6: hue angle of 287.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B266C6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 102 198 -
CMYK 0.10 0.48 0 0.22
HSL 287.5º 0.46% 0.59% -
HSV(B) 287.5º 0.48% 0.78% -
XYZ 33.3 23.04 56.12 -
YUV 135.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 178 102 198 0.10 0.48 0 0.22 287.5 0.46 0.59
Hex B2 66 C6 A 30 0 16 120 2E 3B
Octal 262 146 306 12 60 0 26 440 56 73
Binary 10110010 1100110 11000110 1010 110000 0 10110 100100000 101110 111011

Color Harmonies of #B266C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266C6

Black with #B266C6

Text Example


Text Example

White with #B266C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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