Html Css Color HEX #BD1CEB Electric Purple

📋 copy color: '#BD1CEB'

red 189 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #BD1CEB

Tints of Electric Purple #BD1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.19%

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

R = 41.81%
G = 6.19%
B = 51.99%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD1CEB (or 0xBD1CEB) is known color: Electric Purple. HEX triplet: BD, 1C and EB. RGB value is (189,28,235). Sum of RGB (Red+Green+Blue) = 189+28+235=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CEB is #42E314. Grayscale: #636363. Windows color (decimal): -4383509 or 15408317. OLE color: 15408317.

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

Color convert

RGB 189 28 235 -
CMYK 0.20 0.88 0 0.08
HSL 286.67º 0.84% 0.52% -
HSV(B) 286.67º 0.88% 0.92% -
XYZ 36.4 17.65 80.09 -
YUV 99.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 189 28 235 0.20 0.88 0 0.08 286.67 0.84 0.52
Hex BD 1C EB 14 58 0 8 11F 54 34
Octal 275 34 353 24 130 0 10 437 124 64
Binary 10111101 11100 11101011 10100 1011000 0 1000 100011111 1010100 110100

Color Harmonies of #BD1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CEB

Black with #BD1CEB

Text Example


Text Example

White with #BD1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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