Html Css Color HEX #BB69FC Heliotrope

📋 copy color: '#BB69FC'

red 187 ◦ green 105 ◦ blue 252

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

Shades of Heliotrope #BB69FC

Tints of Heliotrope #BB69FC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.3%

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

R = 34.38%
G = 19.3%
B = 46.32%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB69FC (or 0xBB69FC) is known color: Heliotrope. HEX triplet: BB, 69 and FC. RGB value is (187,105,252). Sum of RGB (Red+Green+Blue) = 187+105+252=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB69FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69FC is #449603. Grayscale: #919191. Windows color (decimal): -4494852 or 16542139. OLE color: 16542139.

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

Color convert

RGB 187 105 252 -
CMYK 0.26 0.58 0 0.01
HSL 273.47º 0.96% 0.7% -
HSV(B) 273.47º 0.58% 0.99% -
XYZ 43.12 27.7 95.17 -
YUV 146.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 187 105 252 0.26 0.58 0 0.01 273.47 0.96 0.7
Hex BB 69 FC 1A 3A 0 1 111 60 46
Octal 273 151 374 32 72 0 1 421 140 106
Binary 10111011 1101001 11111100 11010 111010 0 1 100010001 1100000 1000110

Color Harmonies of #BB69FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69FC

Black with #BB69FC

Text Example


Text Example

White with #BB69FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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