Html Css Color HEX #B771F2 Heliotrope

📋 copy color: '#B771F2'

red 183 ◦ green 113 ◦ blue 242

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

Shades of Heliotrope #B771F2

Tints of Heliotrope #B771F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.98%

R = 34.01%
G = 21%
B = 44.98%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B771F2 (or 0xB771F2) is known color: Heliotrope. HEX triplet: B7, 71 and F2. RGB value is (183,113,242). Sum of RGB (Red+Green+Blue) = 183+113+242=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #B771F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771F2 is #488E0D. Grayscale: #949494. Windows color (decimal): -4754958 or 15888823. OLE color: 15888823.

HSL color Cylindrical-coordinate representation of color #B771F2: hue angle of 272.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B771F2 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 113 242 -
CMYK 0.24 0.53 0 0.05
HSL 272.56º 0.83% 0.7% -
HSV(B) 272.56º 0.53% 0.95% -
XYZ 41.46 28.29 87.28 -
YUV 148.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 183 113 242 0.24 0.53 0 0.05 272.56 0.83 0.7
Hex B7 71 F2 18 35 0 5 111 53 46
Octal 267 161 362 30 65 0 5 421 123 106
Binary 10110111 1110001 11110010 11000 110101 0 101 100010001 1010011 1000110

Color Harmonies of #B771F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B771F2

Black with #B771F2

Text Example


Text Example

White with #B771F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B771F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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