Html Css Color HEX #B26ECD Medium Orchid

📋 copy color: '#B26ECD'

red 178 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B26ECD

Tints of Medium Orchid #B26ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 36.11%
G = 22.31%
B = 41.58%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26ECD (or 0xB26ECD) is known color: Medium Orchid. HEX triplet: B2, 6E and CD. RGB value is (178,110,205). Sum of RGB (Red+Green+Blue) = 178+110+205=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #B26ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ECD is #4D9132. Grayscale: #8C8C8C. Windows color (decimal): -5083443 or 13463218. OLE color: 13463218.

HSL color Cylindrical-coordinate representation of color #B26ECD: hue angle of 282.95º degrees, saturation: 0.49, 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 #B26ECD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 110 205 -
CMYK 0.13 0.46 0 0.20
HSL 282.95º 0.49% 0.62% -
HSV(B) 282.95º 0.46% 0.8% -
XYZ 34.96 25.02 60.75 -
YUV 141.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 178 110 205 0.13 0.46 0 0.20 282.95 0.49 0.62
Hex B2 6E CD D 2E 0 14 11B 31 3E
Octal 262 156 315 15 56 0 24 433 61 76
Binary 10110010 1101110 11001101 1101 101110 0 10100 100011011 110001 111110

Color Harmonies of #B26ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ECD

Black with #B26ECD

Text Example


Text Example

White with #B26ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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