Html Css Color HEX #BD06E8 Electric Purple

📋 copy color: '#BD06E8'

red 189 ◦ green 6 ◦ blue 232

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

Shades of Electric Purple #BD06E8

Tints of Electric Purple #BD06E8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

 BLUE value IS 232 (91.02% from 255) = 54.33%

R = 44.26%
G = 1.41%
B = 54.33%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD06E8 (or 0xBD06E8) is known color: Electric Purple. HEX triplet: BD, 06 and E8. RGB value is (189,6,232). Sum of RGB (Red+Green+Blue) = 189+6+232=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD06E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD06E8 is #42F917. Grayscale: #555555. Windows color (decimal): -4389144 or 15206077. OLE color: 15206077.

HSL color Cylindrical-coordinate representation of color #BD06E8: hue angle of 288.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06E8 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 6 232 -
CMYK 0.19 0.97 0 0.09
HSL 288.58º 0.95% 0.47% -
HSV(B) 288.58º 0.97% 0.91% -
XYZ 35.62 16.78 77.7 -
YUV 86.48 210.13 201.12 -
System Red Green Blue C M Y K H S L
Decimal 189 6 232 0.19 0.97 0 0.09 288.58 0.95 0.47
Hex BD 6 E8 13 61 0 9 121 5F 2F
Octal 275 6 350 23 141 0 11 441 137 57
Binary 10111101 110 11101000 10011 1100001 0 1001 100100001 1011111 101111

Color Harmonies of #BD06E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06E8

Black with #BD06E8

Text Example


Text Example

White with #BD06E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06E8; }

 p { color: rgb(189,6,232); }

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

background-color css

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

 a { background-color: rgb(189,6,232); }

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

border-color css

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

 span { border-color: rgb(189,6,232); }

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