Html Css Color HEX #BD1BEC Electric Purple

📋 copy color: '#BD1BEC'

red 189 ◦ green 27 ◦ blue 236

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

Shades of Electric Purple #BD1BEC

Tints of Electric Purple #BD1BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.97%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 41.81%
G = 5.97%
B = 52.21%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD1BEC (or 0xBD1BEC) is known color: Electric Purple. HEX triplet: BD, 1B and EC. RGB value is (189,27,236). Sum of RGB (Red+Green+Blue) = 189+27+236=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BEC is #42E413. Grayscale: #626262. Windows color (decimal): -4383764 or 15473597. OLE color: 15473597.

HSL color Cylindrical-coordinate representation of color #BD1BEC: hue angle of 286.51º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1BEC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 27 236 -
CMYK 0.20 0.89 0 0.07
HSL 286.51º 0.85% 0.52% -
HSV(B) 286.51º 0.89% 0.93% -
XYZ 36.52 17.66 80.84 -
YUV 99.26 205.17 192.01 -
System Red Green Blue C M Y K H S L
Decimal 189 27 236 0.20 0.89 0 0.07 286.51 0.85 0.52
Hex BD 1B EC 14 59 0 7 11F 55 34
Octal 275 33 354 24 131 0 7 437 125 64
Binary 10111101 11011 11101100 10100 1011001 0 111 100011111 1010101 110100

Color Harmonies of #BD1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BEC

Black with #BD1BEC

Text Example


Text Example

White with #BD1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BEC; }

 p { color: rgb(189,27,236); }

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

background-color css

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

 a { background-color: rgb(189,27,236); }

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

border-color css

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

 span { border-color: rgb(189,27,236); }

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