Html Css Color HEX #BD1CF3 Electric Purple

📋 copy color: '#BD1CF3'

red 189 ◦ green 28 ◦ blue 243

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

Shades of Electric Purple #BD1CF3

Tints of Electric Purple #BD1CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.83%

R = 41.09%
G = 6.09%
B = 52.83%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD1CF3 (or 0xBD1CF3) is known color: Electric Purple. HEX triplet: BD, 1C and F3. RGB value is (189,28,243). Sum of RGB (Red+Green+Blue) = 189+28+243=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD1CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CF3 is #42E30C. Grayscale: #636363. Windows color (decimal): -4383501 or 15932605. OLE color: 15932605.

HSL color Cylindrical-coordinate representation of color #BD1CF3: hue angle of 284.93º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1CF3 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 28 243 -
CMYK 0.22 0.88 0 0.05
HSL 284.93º 0.9% 0.53% -
HSV(B) 284.93º 0.88% 0.95% -
XYZ 37.58 18.12 86.31 -
YUV 100.65 208.34 191.02 -
System Red Green Blue C M Y K H S L
Decimal 189 28 243 0.22 0.88 0 0.05 284.93 0.9 0.53
Hex BD 1C F3 16 58 0 5 11D 5A 35
Octal 275 34 363 26 130 0 5 435 132 65
Binary 10111101 11100 11110011 10110 1011000 0 101 100011101 1011010 110101

Color Harmonies of #BD1CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CF3

Black with #BD1CF3

Text Example


Text Example

White with #BD1CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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