Html Css Color HEX #BB71FF Heliotrope

📋 copy color: '#BB71FF'

red 187 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #BB71FF

Tints of Heliotrope #BB71FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 33.69%
G = 20.36%
B = 45.95%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB71FF (or 0xBB71FF) is known color: Heliotrope. HEX triplet: BB, 71 and FF. RGB value is (187,113,255). Sum of RGB (Red+Green+Blue) = 187+113+255=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71FF is #448E00. Grayscale: #969696. Windows color (decimal): -4492801 or 16740795. OLE color: 16740795.

HSL color Cylindrical-coordinate representation of color #BB71FF: hue angle of 271.27º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB71FF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 113 255 -
CMYK 0.27 0.56 0 0
HSL 271.27º 1% 0.72% -
HSV(B) 271.27º 0.56% 1% -
XYZ 44.45 29.6 97.98 -
YUV 151.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 187 113 255 0.27 0.56 0 0 271.27 1 0.72
Hex BB 71 FF 1B 38 0 0 10F 64 48
Octal 273 161 377 33 70 0 0 417 144 110
Binary 10111011 1110001 11111111 11011 111000 0 0 100001111 1100100 1001000

Color Harmonies of #BB71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71FF

Black with #BB71FF

Text Example


Text Example

White with #BB71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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