#BB65FD

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

Shades of Heliotrope #BB65FD

Tints of Heliotrope #BB65FD

Color information

#BB65FD (or 0xBB65FD) is unknown color: approx Heliotrope. HEX triplet: BB, 65 and FD. RGB value is (187,101,253). Sum of RGB (Red+Green+Blue) = 187+101+253=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65FD is #449A02. Grayscale: #8F8F8F. Windows color (decimal): -4495875 or 16606651. OLE color: 16606651.

HSL color Cylindrical-coordinate representation of color #BB65FD: hue angle of 273.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB65FD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187101253-
CMYK0.260.6000.01
HSL273.95º97.44%69.41%-
HSV(B)273.95º60.08%99.22%-
XYZ42.8826.9695.87-
YUV144.04189.49158.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 101 (39.84% from 255) = 18.67%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=34.57%
G=18.67%
B=46.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871012530.260.6000.01273.9597.4469.41
HexBB65FD1A3C011126145
Octal273145375327401422141105
Binary10111011110010111111101110101111000110001001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65FD; }

 p { color: rgb(187,101,253); }

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

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

 a { background-color: rgb(187,101,253); }

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

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

 span { border-color: rgb(187,101,253); }

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