Html Css Color HEX #BB66FD Heliotrope

📋 copy color: '#BB66FD'

red 187 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #BB66FD

Tints of Heliotrope #BB66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.82%

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

R = 34.5%
G = 18.82%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB66FD (or 0xBB66FD) is known color: Heliotrope. HEX triplet: BB, 66 and FD. RGB value is (187,102,253). Sum of RGB (Red+Green+Blue) = 187+102+253=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66FD is #449902. Grayscale: #909090. Windows color (decimal): -4495619 or 16606907. OLE color: 16606907.

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

Color convert

RGB 187 102 253 -
CMYK 0.26 0.60 0 0.01
HSL 273.77º 0.97% 0.7% -
HSV(B) 273.77º 0.6% 0.99% -
XYZ 42.97 27.16 95.91 -
YUV 144.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 187 102 253 0.26 0.60 0 0.01 273.77 0.97 0.7
Hex BB 66 FD 1A 3C 0 1 112 61 46
Octal 273 146 375 32 74 0 1 422 141 106
Binary 10111011 1100110 11111101 11010 111100 0 1 100010010 1100001 1000110

Color Harmonies of #BB66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66FD

Black with #BB66FD

Text Example


Text Example

White with #BB66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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