Html Css Color HEX #BB0CFB Electric Purple

📋 copy color: '#BB0CFB'

red 187 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #BB0CFB

Tints of Electric Purple #BB0CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

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

R = 41.56%
G = 2.67%
B = 55.78%

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

#BB0CFB (or 0xBB0CFB) is known color: Electric Purple. HEX triplet: BB, 0C and FB. RGB value is (187,12,251). Sum of RGB (Red+Green+Blue) = 187+12+251=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CFB is #44F304. Grayscale: #5A5A5A. Windows color (decimal): -4518661 or 16452795. OLE color: 16452795.

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

Color convert

RGB 187 12 251 -
CMYK 0.25 0.95 0 0.02
HSL 283.93º 0.97% 0.52% -
HSV(B) 283.93º 0.95% 0.98% -
XYZ 38.04 17.79 92.7 -
YUV 91.57 217.98 196.07 -
System Red Green Blue C M Y K H S L
Decimal 187 12 251 0.25 0.95 0 0.02 283.93 0.97 0.52
Hex BB C FB 19 5F 0 2 11C 61 34
Octal 273 14 373 31 137 0 2 434 141 64
Binary 10111011 1100 11111011 11001 1011111 0 10 100011100 1100001 110100

Color Harmonies of #BB0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CFB

Black with #BB0CFB

Text Example


Text Example

White with #BB0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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