Html Css Color HEX #BB71FA Heliotrope

📋 copy color: '#BB71FA'

red 187 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #BB71FA

Tints of Heliotrope #BB71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.55%

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

R = 34%
G = 20.55%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB71FA (or 0xBB71FA) is known color: Heliotrope. HEX triplet: BB, 71 and FA. RGB value is (187,113,250). Sum of RGB (Red+Green+Blue) = 187+113+250=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71FA is #448E05. Grayscale: #969696. Windows color (decimal): -4492806 or 16413115. OLE color: 16413115.

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

Color convert

RGB 187 113 250 -
CMYK 0.25 0.55 0 0.02
HSL 272.41º 0.93% 0.71% -
HSV(B) 272.41º 0.55% 0.98% -
XYZ 43.65 29.28 93.79 -
YUV 150.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 187 113 250 0.25 0.55 0 0.02 272.41 0.93 0.71
Hex BB 71 FA 19 37 0 2 110 5D 47
Octal 273 161 372 31 67 0 2 420 135 107
Binary 10111011 1110001 11111010 11001 110111 0 10 100010000 1011101 1000111

Color Harmonies of #BB71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71FA

Black with #BB71FA

Text Example


Text Example

White with #BB71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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