Html Css Color HEX #BD17EB Electric Purple

📋 copy color: '#BD17EB'

red 189 ◦ green 23 ◦ blue 235

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

Shades of Electric Purple #BD17EB

Tints of Electric Purple #BD17EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.15%

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

R = 42.28%
G = 5.15%
B = 52.57%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD17EB (or 0xBD17EB) is known color: Electric Purple. HEX triplet: BD, 17 and EB. RGB value is (189,23,235). Sum of RGB (Red+Green+Blue) = 189+23+235=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17EB is #42E814. Grayscale: #606060. Windows color (decimal): -4384789 or 15407037. OLE color: 15407037.

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

Color convert

RGB 189 23 235 -
CMYK 0.20 0.90 0 0.08
HSL 286.98º 0.84% 0.51% -
HSV(B) 286.98º 0.9% 0.92% -
XYZ 36.29 17.43 80.05 -
YUV 96.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 189 23 235 0.20 0.90 0 0.08 286.98 0.84 0.51
Hex BD 17 EB 14 5A 0 8 11F 54 33
Octal 275 27 353 24 132 0 10 437 124 63
Binary 10111101 10111 11101011 10100 1011010 0 1000 100011111 1010100 110011

Color Harmonies of #BD17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17EB

Black with #BD17EB

Text Example


Text Example

White with #BD17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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