Html Css Color HEX #BB68FD Heliotrope

📋 copy color: '#BB68FD'

red 187 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #BB68FD

Tints of Heliotrope #BB68FD

RGB

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

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

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

R = 34.38%
G = 19.12%
B = 46.51%

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

#BB68FD (or 0xBB68FD) is known color: Heliotrope. HEX triplet: BB, 68 and FD. RGB value is (187,104,253). Sum of RGB (Red+Green+Blue) = 187+104+253=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68FD is #449702. Grayscale: #919191. Windows color (decimal): -4495107 or 16607419. OLE color: 16607419.

HSL color Cylindrical-coordinate representation of color #BB68FD: hue angle of 273.42º degrees, saturation: 0.97, 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 #BB68FD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 104 253 -
CMYK 0.26 0.59 0 0.01
HSL 273.42º 0.97% 0.7% -
HSV(B) 273.42º 0.59% 0.99% -
XYZ 43.17 27.56 95.97 -
YUV 145.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 187 104 253 0.26 0.59 0 0.01 273.42 0.97 0.7
Hex BB 68 FD 1A 3B 0 1 111 61 46
Octal 273 150 375 32 73 0 1 421 141 106
Binary 10111011 1101000 11111101 11010 111011 0 1 100010001 1100001 1000110

Color Harmonies of #BB68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68FD

Black with #BB68FD

Text Example


Text Example

White with #BB68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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