Html Css Color HEX #BB36FF Electric Purple

📋 copy color: '#BB36FF'

red 187 ◦ green 54 ◦ blue 255

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

Shades of Electric Purple #BB36FF

Tints of Electric Purple #BB36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.89%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 37.7%
G = 10.89%
B = 51.41%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB36FF (or 0xBB36FF) is known color: Electric Purple. HEX triplet: BB, 36 and FF. RGB value is (187,54,255). Sum of RGB (Red+Green+Blue) = 187+54+255=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB36FF is #44C900. Grayscale: #747474. Windows color (decimal): -4507905 or 16725691. OLE color: 16725691.

HSL color Cylindrical-coordinate representation of color #BB36FF: hue angle of 279.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB36FF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 54 255 -
CMYK 0.27 0.79 0 0
HSL 279.7º 1% 0.61% -
HSV(B) 279.7º 0.79% 1% -
XYZ 39.86 20.42 96.45 -
YUV 116.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 187 54 255 0.27 0.79 0 0 279.7 1 0.61
Hex BB 36 FF 1B 4F 0 0 118 64 3D
Octal 273 66 377 33 117 0 0 430 144 75
Binary 10111011 110110 11111111 11011 1001111 0 0 100011000 1100100 111101

Color Harmonies of #BB36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36FF

Black with #BB36FF

Text Example


Text Example

White with #BB36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36FF; }

 p { color: rgb(187,54,255); }

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

background-color css

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

 a { background-color: rgb(187,54,255); }

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

border-color css

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

 span { border-color: rgb(187,54,255); }

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