Html Css Color HEX #B26EDB Medium Orchid

📋 copy color: '#B26EDB'

red 178 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #B26EDB

Tints of Medium Orchid #B26EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 35.11%
G = 21.7%
B = 43.2%

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

#B26EDB (or 0xB26EDB) is known color: Medium Orchid. HEX triplet: B2, 6E and DB. RGB value is (178,110,219). Sum of RGB (Red+Green+Blue) = 178+110+219=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B26EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EDB is #4D9124. Grayscale: #8E8E8E. Windows color (decimal): -5083429 or 14380722. OLE color: 14380722.

HSL color Cylindrical-coordinate representation of color #B26EDB: hue angle of 277.43º degrees, saturation: 0.6, 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 #B26EDB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 110 219 -
CMYK 0.19 0.50 0 0.14
HSL 277.43º 0.6% 0.65% -
HSV(B) 277.43º 0.5% 0.86% -
XYZ 36.72 25.73 70.05 -
YUV 142.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 178 110 219 0.19 0.50 0 0.14 277.43 0.6 0.65
Hex B2 6E DB 13 32 0 E 115 3C 41
Octal 262 156 333 23 62 0 16 425 74 101
Binary 10110010 1101110 11011011 10011 110010 0 1110 100010101 111100 1000001

Color Harmonies of #B26EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EDB

Black with #B26EDB

Text Example


Text Example

White with #B26EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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