Html Css Color HEX #BD0CEB Electric Purple

📋 copy color: '#BD0CEB'

red 189 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #BD0CEB

Tints of Electric Purple #BD0CEB

RGB

 RED value IS 189 (74.22% from 255) = 43.35%

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

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 43.35%
G = 2.75%
B = 53.9%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD0CEB (or 0xBD0CEB) is known color: Electric Purple. HEX triplet: BD, 0C and EB. RGB value is (189,12,235). Sum of RGB (Red+Green+Blue) = 189+12+235=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0CEB is #42F314. Grayscale: #595959. Windows color (decimal): -4387605 or 15404221. OLE color: 15404221.

HSL color Cylindrical-coordinate representation of color #BD0CEB: hue angle of 287.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CEB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 12 235 -
CMYK 0.20 0.95 0 0.08
HSL 287.62º 0.9% 0.48% -
HSV(B) 287.62º 0.95% 0.92% -
XYZ 36.11 17.08 79.99 -
YUV 90.35 209.64 198.37 -
System Red Green Blue C M Y K H S L
Decimal 189 12 235 0.20 0.95 0 0.08 287.62 0.9 0.48
Hex BD C EB 14 5F 0 8 120 5A 30
Octal 275 14 353 24 137 0 10 440 132 60
Binary 10111101 1100 11101011 10100 1011111 0 1000 100100000 1011010 110000

Color Harmonies of #BD0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0CEB

Black with #BD0CEB

Text Example


Text Example

White with #BD0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0CEB; }

 p { color: rgb(189,12,235); }

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

background-color css

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

 a { background-color: rgb(189,12,235); }

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

border-color css

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

 span { border-color: rgb(189,12,235); }

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