Html Css Color HEX #BB0DFB Electric Purple

📋 copy color: '#BB0DFB'

red 187 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #BB0DFB

Tints of Electric Purple #BB0DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 41.46%
G = 2.88%
B = 55.65%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB0DFB (or 0xBB0DFB) is known color: Electric Purple. HEX triplet: BB, 0D and FB. RGB value is (187,13,251). Sum of RGB (Red+Green+Blue) = 187+13+251=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0DFB is #44F204. Grayscale: #5B5B5B. Windows color (decimal): -4518405 or 16453051. OLE color: 16453051.

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

Color convert

RGB 187 13 251 -
CMYK 0.25 0.95 0 0.02
HSL 283.87º 0.97% 0.52% -
HSV(B) 283.87º 0.95% 0.98% -
XYZ 38.05 17.82 92.7 -
YUV 92.16 217.65 195.65 -
System Red Green Blue C M Y K H S L
Decimal 187 13 251 0.25 0.95 0 0.02 283.87 0.97 0.52
Hex BB D FB 19 5F 0 2 11C 61 34
Octal 273 15 373 31 137 0 2 434 141 64
Binary 10111011 1101 11111011 11001 1011111 0 10 100011100 1100001 110100

Color Harmonies of #BB0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DFB

Black with #BB0DFB

Text Example


Text Example

White with #BB0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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