Html Css Color HEX #BB60FD Heliotrope

📋 copy color: '#BB60FD'

red 187 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #BB60FD

Tints of Heliotrope #BB60FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.91%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 34.89%
G = 17.91%
B = 47.2%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB60FD (or 0xBB60FD) is known color: Heliotrope. HEX triplet: BB, 60 and FD. RGB value is (187,96,253). Sum of RGB (Red+Green+Blue) = 187+96+253=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60FD is #449F02. Grayscale: #8C8C8C. Windows color (decimal): -4497155 or 16605371. OLE color: 16605371.

HSL color Cylindrical-coordinate representation of color #BB60FD: hue angle of 274.78º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB60FD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 96 253 -
CMYK 0.26 0.62 0 0.01
HSL 274.78º 0.98% 0.68% -
HSV(B) 274.78º 0.62% 0.99% -
XYZ 42.41 26.02 95.72 -
YUV 141.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 187 96 253 0.26 0.62 0 0.01 274.78 0.98 0.68
Hex BB 60 FD 1A 3E 0 1 113 62 44
Octal 273 140 375 32 76 0 1 423 142 104
Binary 10111011 1100000 11111101 11010 111110 0 1 100010011 1100010 1000100

Color Harmonies of #BB60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60FD

Black with #BB60FD

Text Example


Text Example

White with #BB60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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