Html Css Color HEX #BD00FC Electric Purple

📋 copy color: '#BD00FC'

red 189 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #BD00FC

Tints of Electric Purple #BD00FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD00FC (or 0xBD00FC) is known color: Electric Purple. HEX triplet: BD, 00 and FC. RGB value is (189,0,252). Sum of RGB (Red+Green+Blue) = 189+0+252=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00FC is #42FF03. Grayscale: #545454. Windows color (decimal): -4390660 or 16515261. OLE color: 16515261.

HSL color Cylindrical-coordinate representation of color #BD00FC: hue angle of 285º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00FC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 0 252 -
CMYK 0.25 1 0 0.01
HSL 285º 1% 0.49% -
HSV(B) 285º 1% 0.99% -
XYZ 38.56 17.85 93.51 -
YUV 85.24 222.12 202.01 -
System Red Green Blue C M Y K H S L
Decimal 189 0 252 0.25 1 0 0.01 285 1 0.49
Hex BD 0 FC 19 64 0 1 11D 64 31
Octal 275 0 374 31 144 0 1 435 144 61
Binary 10111101 0 11111100 11001 1100100 0 1 100011101 1100100 110001

Color Harmonies of #BD00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00FC

Black with #BD00FC

Text Example


Text Example

White with #BD00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00FC; }

 p { color: rgb(189,0,252); }

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

background-color css

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

 a { background-color: rgb(189,0,252); }

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

border-color css

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

 span { border-color: rgb(189,0,252); }

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