Html Css Color HEX #B26ECC Medium Orchid

📋 copy color: '#B26ECC'

red 178 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #B26ECC

Tints of Medium Orchid #B26ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 36.18%
G = 22.36%
B = 41.46%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B26ECC (or 0xB26ECC) is known color: Medium Orchid. HEX triplet: B2, 6E and CC. RGB value is (178,110,204). Sum of RGB (Red+Green+Blue) = 178+110+204=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #B26ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ECC is #4D9133. Grayscale: #8C8C8C. Windows color (decimal): -5083444 or 13397682. OLE color: 13397682.

HSL color Cylindrical-coordinate representation of color #B26ECC: hue angle of 283.4º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26ECC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 110 204 -
CMYK 0.13 0.46 0 0.2
HSL 283.4º 0.48% 0.62% -
HSV(B) 283.4º 0.46% 0.8% -
XYZ 34.84 24.98 60.11 -
YUV 141.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 178 110 204 0.13 0.46 0 0.2 283.4 0.48 0.62
Hex B2 6E CC D 2E 0 14 11B 30 3E
Octal 262 156 314 15 56 0 24 433 60 76
Binary 10110010 1101110 11001100 1101 101110 0 10100 100011011 110000 111110

Color Harmonies of #B26ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ECC

Black with #B26ECC

Text Example


Text Example

White with #B26ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ECC; }

 p { color: rgb(178,110,204); }

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

background-color css

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

 a { background-color: rgb(178,110,204); }

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

border-color css

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

 span { border-color: rgb(178,110,204); }

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