Html Css Color HEX #BB68FF Heliotrope

📋 copy color: '#BB68FF'

red 187 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #BB68FF

Tints of Heliotrope #BB68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 34.25%
G = 19.05%
B = 46.7%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB68FF (or 0xBB68FF) is known color: Heliotrope. HEX triplet: BB, 68 and FF. RGB value is (187,104,255). Sum of RGB (Red+Green+Blue) = 187+104+255=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68FF is #449700. Grayscale: #919191. Windows color (decimal): -4495105 or 16738491. OLE color: 16738491.

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

Color convert

RGB 187 104 255 -
CMYK 0.27 0.59 0 0
HSL 272.98º 1% 0.7% -
HSV(B) 272.98º 0.59% 1% -
XYZ 43.49 27.69 97.66 -
YUV 146.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 187 104 255 0.27 0.59 0 0 272.98 1 0.7
Hex BB 68 FF 1B 3B 0 0 111 64 46
Octal 273 150 377 33 73 0 0 421 144 106
Binary 10111011 1101000 11111111 11011 111011 0 0 100010001 1100100 1000110

Color Harmonies of #BB68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68FF

Black with #BB68FF

Text Example


Text Example

White with #BB68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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