Html Css Color HEX #BB0DFD Electric Purple

📋 copy color: '#BB0DFD'

red 187 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #BB0DFD

Tints of Electric Purple #BB0DFD

RGB

 RED value IS 187 (73.44% from 255) = 41.28%

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

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

R = 41.28%
G = 2.87%
B = 55.85%

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

#BB0DFD (or 0xBB0DFD) is known color: Electric Purple. HEX triplet: BB, 0D and FD. RGB value is (187,13,253). Sum of RGB (Red+Green+Blue) = 187+13+253=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB0DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0DFD is #44F202. Grayscale: #5B5B5B. Windows color (decimal): -4518403 or 16584123. OLE color: 16584123.

HSL color Cylindrical-coordinate representation of color #BB0DFD: hue angle of 283.5º 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 #BB0DFD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 13 253 -
CMYK 0.26 0.95 0 0.01
HSL 283.5º 0.98% 0.52% -
HSV(B) 283.5º 0.95% 0.99% -
XYZ 38.37 17.94 94.37 -
YUV 92.39 218.65 195.49 -
System Red Green Blue C M Y K H S L
Decimal 187 13 253 0.26 0.95 0 0.01 283.5 0.98 0.52
Hex BB D FD 1A 5F 0 1 11C 62 34
Octal 273 15 375 32 137 0 1 434 142 64
Binary 10111011 1101 11111101 11010 1011111 0 1 100011100 1100010 110100

Color Harmonies of #BB0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DFD

Black with #BB0DFD

Text Example


Text Example

White with #BB0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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