Html Css Color HEX #BB73FA Heliotrope

📋 copy color: '#BB73FA'

red 187 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #BB73FA

Tints of Heliotrope #BB73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.83%

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

R = 33.88%
G = 20.83%
B = 45.29%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB73FA (or 0xBB73FA) is known color: Heliotrope. HEX triplet: BB, 73 and FA. RGB value is (187,115,250). Sum of RGB (Red+Green+Blue) = 187+115+250=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73FA is #448C05. Grayscale: #979797. Windows color (decimal): -4492294 or 16413627. OLE color: 16413627.

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

Color convert

RGB 187 115 250 -
CMYK 0.25 0.54 0 0.02
HSL 272º 0.93% 0.72% -
HSV(B) 272º 0.54% 0.98% -
XYZ 43.88 29.73 93.87 -
YUV 151.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 187 115 250 0.25 0.54 0 0.02 272 0.93 0.72
Hex BB 73 FA 19 36 0 2 110 5D 48
Octal 273 163 372 31 66 0 2 420 135 110
Binary 10111011 1110011 11111010 11001 110110 0 10 100010000 1011101 1001000

Color Harmonies of #BB73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73FA

Black with #BB73FA

Text Example


Text Example

White with #BB73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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