Html Css Color HEX #B00CED Electric Purple

📋 copy color: '#B00CED'

red 176 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B00CED

Tints of Electric Purple #B00CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 41.41%
G = 2.82%
B = 55.76%

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

#B00CED (or 0xB00CED) is known color: Electric Purple. HEX triplet: B0, 0C and ED. RGB value is (176,12,237). Sum of RGB (Red+Green+Blue) = 176+12+237=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #B00CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CED is #4FF312. Grayscale: #555555. Windows color (decimal): -5239571 or 15535280. OLE color: 15535280.

HSL color Cylindrical-coordinate representation of color #B00CED: hue angle of 283.73º 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 #B00CED is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 12 237 -
CMYK 0.26 0.95 0 0.07
HSL 283.73º 0.9% 0.49% -
HSV(B) 283.73º 0.95% 0.93% -
XYZ 33.32 15.61 81.38 -
YUV 86.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 176 12 237 0.26 0.95 0 0.07 283.73 0.9 0.49
Hex B0 C ED 1A 5F 0 7 11C 5A 31
Octal 260 14 355 32 137 0 7 434 132 61
Binary 10110000 1100 11101101 11010 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B00CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CED

Black with #B00CED

Text Example


Text Example

White with #B00CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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