Html Css Color HEX #B26ECE Medium Orchid

📋 copy color: '#B26ECE'

red 178 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #B26ECE

Tints of Medium Orchid #B26ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 36.03%
G = 22.27%
B = 41.7%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B26ECE (or 0xB26ECE) is known color: Medium Orchid. HEX triplet: B2, 6E and CE. RGB value is (178,110,206). Sum of RGB (Red+Green+Blue) = 178+110+206=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B26ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ECE is #4D9131. Grayscale: #8C8C8C. Windows color (decimal): -5083442 or 13528754. OLE color: 13528754.

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

Color convert

RGB 178 110 206 -
CMYK 0.14 0.47 0 0.19
HSL 282.5º 0.49% 0.62% -
HSV(B) 282.5º 0.47% 0.81% -
XYZ 35.08 25.07 61.38 -
YUV 141.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 178 110 206 0.14 0.47 0 0.19 282.5 0.49 0.62
Hex B2 6E CE E 2F 0 13 11A 31 3E
Octal 262 156 316 16 57 0 23 432 61 76
Binary 10110010 1101110 11001110 1110 101111 0 10011 100011010 110001 111110

Color Harmonies of #B26ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ECE

Black with #B26ECE

Text Example


Text Example

White with #B26ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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