Html Css Color HEX #B26EDC Medium Orchid

📋 copy color: '#B26EDC'

red 178 ◦ green 110 ◦ blue 220

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

Shades of Medium Orchid #B26EDC

Tints of Medium Orchid #B26EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 35.04%
G = 21.65%
B = 43.31%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B26EDC (or 0xB26EDC) is known color: Medium Orchid. HEX triplet: B2, 6E and DC. RGB value is (178,110,220). Sum of RGB (Red+Green+Blue) = 178+110+220=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #B26EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EDC is #4D9123. Grayscale: #8E8E8E. Windows color (decimal): -5083428 or 14446258. OLE color: 14446258.

HSL color Cylindrical-coordinate representation of color #B26EDC: hue angle of 277.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26EDC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 110 220 -
CMYK 0.19 0.50 0 0.14
HSL 277.09º 0.61% 0.65% -
HSV(B) 277.09º 0.5% 0.86% -
XYZ 36.85 25.78 70.74 -
YUV 142.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 178 110 220 0.19 0.50 0 0.14 277.09 0.61 0.65
Hex B2 6E DC 13 32 0 E 115 3D 41
Octal 262 156 334 23 62 0 16 425 75 101
Binary 10110010 1101110 11011100 10011 110010 0 1110 100010101 111101 1000001

Color Harmonies of #B26EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EDC

Black with #B26EDC

Text Example


Text Example

White with #B26EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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