Html Css Color HEX #B00DED Electric Purple

📋 copy color: '#B00DED'

red 176 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #B00DED

Tints of Electric Purple #B00DED

RGB

 RED value IS 176 (69.14% from 255) = 41.31%

 GREEN value IS 13 (5.47% from 255) = 3.05%

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

R = 41.31%
G = 3.05%
B = 55.63%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B00DED (or 0xB00DED) is known color: Electric Purple. HEX triplet: B0, 0D and ED. RGB value is (176,13,237). Sum of RGB (Red+Green+Blue) = 176+13+237=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #B00DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00DED is #4FF212. Grayscale: #565656. Windows color (decimal): -5239315 or 15535536. OLE color: 15535536.

HSL color Cylindrical-coordinate representation of color #B00DED: hue angle of 283.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00DED is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 13 237 -
CMYK 0.26 0.95 0 0.07
HSL 283.66º 0.9% 0.49% -
HSV(B) 283.66º 0.95% 0.93% -
XYZ 33.33 15.63 81.38 -
YUV 87.27 212.5 191.29 -
System Red Green Blue C M Y K H S L
Decimal 176 13 237 0.26 0.95 0 0.07 283.66 0.9 0.49
Hex B0 D ED 1A 5F 0 7 11C 5A 31
Octal 260 15 355 32 137 0 7 434 132 61
Binary 10110000 1101 11101101 11010 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B00DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DED

Black with #B00DED

Text Example


Text Example

White with #B00DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DED; }

 p { color: rgb(176,13,237); }

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

background-color css

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

 a { background-color: rgb(176,13,237); }

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

border-color css

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

 span { border-color: rgb(176,13,237); }

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