Html Css Color HEX #B26DED Medium Purple

📋 copy color: '#B26DED'

red 178 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #B26DED

Tints of Medium Purple #B26DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.8%

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 33.97%
G = 20.8%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B26DED (or 0xB26DED) is known color: Medium Purple. HEX triplet: B2, 6D and ED. RGB value is (178,109,237). Sum of RGB (Red+Green+Blue) = 178+109+237=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #B26DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26DED is #4D9212. Grayscale: #8F8F8F. Windows color (decimal): -5083667 or 15560114. OLE color: 15560114.

HSL color Cylindrical-coordinate representation of color #B26DED: hue angle of 272.34º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26DED is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 109 237 -
CMYK 0.25 0.54 0 0.07
HSL 272.34º 0.78% 0.68% -
HSV(B) 272.34º 0.54% 0.93% -
XYZ 39.11 26.52 83.18 -
YUV 144.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 178 109 237 0.25 0.54 0 0.07 272.34 0.78 0.68
Hex B2 6D ED 19 36 0 7 110 4E 44
Octal 262 155 355 31 66 0 7 420 116 104
Binary 10110010 1101101 11101101 11001 110110 0 111 100010000 1001110 1000100

Color Harmonies of #B26DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26DED

Black with #B26DED

Text Example


Text Example

White with #B26DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26DED; }

 p { color: rgb(178,109,237); }

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

background-color css

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

 a { background-color: rgb(178,109,237); }

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

border-color css

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

 span { border-color: rgb(178,109,237); }

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