Html Css Color HEX #BB69FA Heliotrope

📋 copy color: '#BB69FA'

red 187 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #BB69FA

Tints of Heliotrope #BB69FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 34.5%
G = 19.37%
B = 46.13%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB69FA (or 0xBB69FA) is known color: Heliotrope. HEX triplet: BB, 69 and FA. RGB value is (187,105,250). Sum of RGB (Red+Green+Blue) = 187+105+250=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69FA is #449605. Grayscale: #919191. Windows color (decimal): -4494854 or 16411067. OLE color: 16411067.

HSL color Cylindrical-coordinate representation of color #BB69FA: hue angle of 273.93º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB69FA is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 105 250 -
CMYK 0.25 0.58 0 0.02
HSL 273.93º 0.94% 0.7% -
HSV(B) 273.93º 0.58% 0.98% -
XYZ 42.8 27.57 93.51 -
YUV 146.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 187 105 250 0.25 0.58 0 0.02 273.93 0.94 0.7
Hex BB 69 FA 19 3A 0 2 112 5E 46
Octal 273 151 372 31 72 0 2 422 136 106
Binary 10111011 1101001 11111010 11001 111010 0 10 100010010 1011110 1000110

Color Harmonies of #BB69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69FA

Black with #BB69FA

Text Example


Text Example

White with #BB69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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