#BB35FF

Color #BB35FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BB35FF

Tints of Electric Purple #BB35FF

Color information

#BB35FF (or 0xBB35FF) is unknown color: approx Electric Purple. HEX triplet: BB, 35 and FF. RGB value is (187,53,255). Sum of RGB (Red+Green+Blue) = 187+53+255=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB35FF is #44CA00. Grayscale: #737373. Windows color (decimal): -4508161 or 16725435. OLE color: 16725435.

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

Color convert

RGB18753255-
CMYK0.270.7900
HSL279.8º100%60.39%-
HSV(B)279.8º79.22%100%-
XYZ39.8220.3396.43-
YUV116.09206.39178.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 255 (100% from 255) = 51.52%
R=37.78%
G=10.71%
B=51.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187532550.270.7900279.810060.39
HexBB35FF1B4F00118643c
Octal27365377331170043014474
Binary1011101111010111111111110111001111001000110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB35FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB35FF; }

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

 H1.HeaderClassName
 {
   color: #BB35FF;
 }
 .AnyTagClassName
 {
   color: #BB35FF;
 }
</style>
background-color css

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

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

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

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

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

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