Html Css Color HEX #BB71FE Heliotrope

📋 copy color: '#BB71FE'

red 187 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #BB71FE

Tints of Heliotrope #BB71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 33.75%
G = 20.4%
B = 45.85%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB71FE (or 0xBB71FE) is known color: Heliotrope. HEX triplet: BB, 71 and FE. RGB value is (187,113,254). Sum of RGB (Red+Green+Blue) = 187+113+254=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71FE is #448E01. Grayscale: #969696. Windows color (decimal): -4492802 or 16675259. OLE color: 16675259.

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

Color convert

RGB 187 113 254 -
CMYK 0.26 0.56 0 0.00
HSL 271.49º 0.99% 0.72% -
HSV(B) 271.49º 0.56% 1% -
XYZ 44.29 29.53 97.13 -
YUV 151.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 187 113 254 0.26 0.56 0 0.00 271.49 0.99 0.72
Hex BB 71 FE 1A 38 0 0 10F 63 48
Octal 273 161 376 32 70 0 0 417 143 110
Binary 10111011 1110001 11111110 11010 111000 0 0 100001111 1100011 1001000

Color Harmonies of #BB71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71FE

Black with #BB71FE

Text Example


Text Example

White with #BB71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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