Html Css Color HEX #B771F8 Heliotrope

📋 copy color: '#B771F8'

red 183 ◦ green 113 ◦ blue 248

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

Shades of Heliotrope #B771F8

Tints of Heliotrope #B771F8

RGB

 RED value IS 183 (71.88% from 255) = 33.64%

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

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 33.64%
G = 20.77%
B = 45.59%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B771F8 (or 0xB771F8) is known color: Heliotrope. HEX triplet: B7, 71 and F8. RGB value is (183,113,248). Sum of RGB (Red+Green+Blue) = 183+113+248=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #B771F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771F8 is #488E07. Grayscale: #949494. Windows color (decimal): -4754952 or 16282039. OLE color: 16282039.

HSL color Cylindrical-coordinate representation of color #B771F8: hue angle of 271.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B771F8 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 113 248 -
CMYK 0.26 0.54 0 0.03
HSL 271.11º 0.91% 0.71% -
HSV(B) 271.11º 0.54% 0.97% -
XYZ 42.38 28.65 92.1 -
YUV 149.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 183 113 248 0.26 0.54 0 0.03 271.11 0.91 0.71
Hex B7 71 F8 1A 36 0 3 10F 5B 47
Octal 267 161 370 32 66 0 3 417 133 107
Binary 10110111 1110001 11111000 11010 110110 0 11 100001111 1011011 1000111

Color Harmonies of #B771F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771F8

Black with #B771F8

Text Example


Text Example

White with #B771F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771F8; }

 p { color: rgb(183,113,248); }

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

background-color css

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

 a { background-color: rgb(183,113,248); }

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

border-color css

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

 span { border-color: rgb(183,113,248); }

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