Html Css Color HEX #BB1CEB Electric Purple

📋 copy color: '#BB1CEB'

red 187 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #BB1CEB

Tints of Electric Purple #BB1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 41.56%
G = 6.22%
B = 52.22%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB1CEB (or 0xBB1CEB) is known color: Electric Purple. HEX triplet: BB, 1C and EB. RGB value is (187,28,235). Sum of RGB (Red+Green+Blue) = 187+28+235=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CEB is #44E314. Grayscale: #626262. Windows color (decimal): -4514581 or 15408315. OLE color: 15408315.

HSL color Cylindrical-coordinate representation of color #BB1CEB: hue angle of 286.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1CEB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 28 235 -
CMYK 0.20 0.88 0 0.08
HSL 286.09º 0.84% 0.52% -
HSV(B) 286.09º 0.88% 0.92% -
XYZ 35.9 17.39 80.06 -
YUV 99.14 204.68 190.67 -
System Red Green Blue C M Y K H S L
Decimal 187 28 235 0.20 0.88 0 0.08 286.09 0.84 0.52
Hex BB 1C EB 14 58 0 8 11E 54 34
Octal 273 34 353 24 130 0 10 436 124 64
Binary 10111011 11100 11101011 10100 1011000 0 1000 100011110 1010100 110100

Color Harmonies of #BB1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CEB

Black with #BB1CEB

Text Example


Text Example

White with #BB1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CEB; }

 p { color: rgb(187,28,235); }

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

background-color css

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

 a { background-color: rgb(187,28,235); }

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

border-color css

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

 span { border-color: rgb(187,28,235); }

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