Html Css Color HEX #BC0DFD Electric Purple

📋 copy color: '#BC0DFD'

red 188 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #BC0DFD

Tints of Electric Purple #BC0DFD

RGB

 RED value IS 188 (73.83% from 255) = 41.41%

 GREEN value IS 13 (5.47% from 255) = 2.86%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 41.41%
G = 2.86%
B = 55.73%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC0DFD (or 0xBC0DFD) is known color: Electric Purple. HEX triplet: BC, 0D and FD. RGB value is (188,13,253). Sum of RGB (Red+Green+Blue) = 188+13+253=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC0DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DFD is #43F202. Grayscale: #5B5B5B. Windows color (decimal): -4452867 or 16584124. OLE color: 16584124.

HSL color Cylindrical-coordinate representation of color #BC0DFD: hue angle of 283.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0DFD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 13 253 -
CMYK 0.26 0.95 0 0.01
HSL 283.75º 0.98% 0.52% -
HSV(B) 283.75º 0.95% 0.99% -
XYZ 38.61 18.07 94.38 -
YUV 92.69 218.48 195.99 -
System Red Green Blue C M Y K H S L
Decimal 188 13 253 0.26 0.95 0 0.01 283.75 0.98 0.52
Hex BC D FD 1A 5F 0 1 11C 62 34
Octal 274 15 375 32 137 0 1 434 142 64
Binary 10111100 1101 11111101 11010 1011111 0 1 100011100 1100010 110100

Color Harmonies of #BC0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DFD

Black with #BC0DFD

Text Example


Text Example

White with #BC0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DFD; }

 p { color: rgb(188,13,253); }

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

background-color css

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

 a { background-color: rgb(188,13,253); }

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

border-color css

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

 span { border-color: rgb(188,13,253); }

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