Html Css Color HEX #BB72FA Heliotrope

📋 copy color: '#BB72FA'

red 187 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #BB72FA

Tints of Heliotrope #BB72FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.69%

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

R = 33.94%
G = 20.69%
B = 45.37%

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

#BB72FA (or 0xBB72FA) is known color: Heliotrope. HEX triplet: BB, 72 and FA. RGB value is (187,114,250). Sum of RGB (Red+Green+Blue) = 187+114+250=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72FA is #448D05. Grayscale: #969696. Windows color (decimal): -4492550 or 16413371. OLE color: 16413371.

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

Color convert

RGB 187 114 250 -
CMYK 0.25 0.54 0 0.02
HSL 272.21º 0.93% 0.71% -
HSV(B) 272.21º 0.54% 0.98% -
XYZ 43.77 29.5 93.83 -
YUV 151.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 187 114 250 0.25 0.54 0 0.02 272.21 0.93 0.71
Hex BB 72 FA 19 36 0 2 110 5D 47
Octal 273 162 372 31 66 0 2 420 135 107
Binary 10111011 1110010 11111010 11001 110110 0 10 100010000 1011101 1000111

Color Harmonies of #BB72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72FA

Black with #BB72FA

Text Example


Text Example

White with #BB72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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