Html Css Color HEX #B26ED8 Medium Orchid

📋 copy color: '#B26ED8'

red 178 ◦ green 110 ◦ blue 216

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

Shades of Medium Orchid #B26ED8

Tints of Medium Orchid #B26ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 35.32%
G = 21.83%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B26ED8 (or 0xB26ED8) is known color: Medium Orchid. HEX triplet: B2, 6E and D8. RGB value is (178,110,216). Sum of RGB (Red+Green+Blue) = 178+110+216=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #B26ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ED8 is #4D9127. Grayscale: #8E8E8E. Windows color (decimal): -5083432 or 14184114. OLE color: 14184114.

HSL color Cylindrical-coordinate representation of color #B26ED8: hue angle of 278.49º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26ED8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 110 216 -
CMYK 0.18 0.49 0 0.15
HSL 278.49º 0.58% 0.64% -
HSV(B) 278.49º 0.49% 0.85% -
XYZ 36.33 25.57 67.99 -
YUV 142.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 178 110 216 0.18 0.49 0 0.15 278.49 0.58 0.64
Hex B2 6E D8 12 31 0 F 116 3A 40
Octal 262 156 330 22 61 0 17 426 72 100
Binary 10110010 1101110 11011000 10010 110001 0 1111 100010110 111010 1000000

Color Harmonies of #B26ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ED8

Black with #B26ED8

Text Example


Text Example

White with #B26ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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