Html Css Color HEX #BB68FC Heliotrope

📋 copy color: '#BB68FC'

red 187 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #BB68FC

Tints of Heliotrope #BB68FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.15%

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 34.44%
G = 19.15%
B = 46.41%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB68FC (or 0xBB68FC) is known color: Heliotrope. HEX triplet: BB, 68 and FC. RGB value is (187,104,252). Sum of RGB (Red+Green+Blue) = 187+104+252=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68FC is #449703. Grayscale: #919191. Windows color (decimal): -4495108 or 16541883. OLE color: 16541883.

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

Color convert

RGB 187 104 252 -
CMYK 0.26 0.59 0 0.01
HSL 273.65º 0.96% 0.7% -
HSV(B) 273.65º 0.59% 0.99% -
XYZ 43.01 27.49 95.14 -
YUV 145.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 187 104 252 0.26 0.59 0 0.01 273.65 0.96 0.7
Hex BB 68 FC 1A 3B 0 1 112 60 46
Octal 273 150 374 32 73 0 1 422 140 106
Binary 10111011 1101000 11111100 11010 111011 0 1 100010010 1100000 1000110

Color Harmonies of #BB68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68FC

Black with #BB68FC

Text Example


Text Example

White with #BB68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68FC; }

 p { color: rgb(187,104,252); }

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

background-color css

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

 a { background-color: rgb(187,104,252); }

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

border-color css

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

 span { border-color: rgb(187,104,252); }

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