Html Css Color HEX #B26ED5 Medium Orchid

📋 copy color: '#B26ED5'

red 178 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #B26ED5

Tints of Medium Orchid #B26ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 35.53%
G = 21.96%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B26ED5 (or 0xB26ED5) is known color: Medium Orchid. HEX triplet: B2, 6E and D5. RGB value is (178,110,213). Sum of RGB (Red+Green+Blue) = 178+110+213=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #B26ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ED5 is #4D912A. Grayscale: #8D8D8D. Windows color (decimal): -5083435 or 13987506. OLE color: 13987506.

HSL color Cylindrical-coordinate representation of color #B26ED5: hue angle of 279.61º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26ED5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 110 213 -
CMYK 0.16 0.48 0 0.16
HSL 279.61º 0.55% 0.63% -
HSV(B) 279.61º 0.48% 0.84% -
XYZ 35.95 25.42 65.96 -
YUV 142.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 178 110 213 0.16 0.48 0 0.16 279.61 0.55 0.63
Hex B2 6E D5 10 30 0 10 118 37 3F
Octal 262 156 325 20 60 0 20 430 67 77
Binary 10110010 1101110 11010101 10000 110000 0 10000 100011000 110111 111111

Color Harmonies of #B26ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ED5

Black with #B26ED5

Text Example


Text Example

White with #B26ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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