Html Css Color HEX #BD1BF6 Electric Purple

📋 copy color: '#BD1BF6'

red 189 ◦ green 27 ◦ blue 246

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

Shades of Electric Purple #BD1BF6

Tints of Electric Purple #BD1BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.25%

R = 40.91%
G = 5.84%
B = 53.25%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD1BF6 (or 0xBD1BF6) is known color: Electric Purple. HEX triplet: BD, 1B and F6. RGB value is (189,27,246). Sum of RGB (Red+Green+Blue) = 189+27+246=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD1BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BF6 is #42E409. Grayscale: #636363. Windows color (decimal): -4383754 or 16128957. OLE color: 16128957.

HSL color Cylindrical-coordinate representation of color #BD1BF6: hue angle of 284.38º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1BF6 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 27 246 -
CMYK 0.23 0.89 0 0.04
HSL 284.38º 0.92% 0.54% -
HSV(B) 284.38º 0.89% 0.96% -
XYZ 38.01 18.26 88.71 -
YUV 100.4 210.17 191.19 -
System Red Green Blue C M Y K H S L
Decimal 189 27 246 0.23 0.89 0 0.04 284.38 0.92 0.54
Hex BD 1B F6 17 59 0 4 11C 5C 36
Octal 275 33 366 27 131 0 4 434 134 66
Binary 10111101 11011 11110110 10111 1011001 0 100 100011100 1011100 110110

Color Harmonies of #BD1BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BF6

Black with #BD1BF6

Text Example


Text Example

White with #BD1BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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