Html Css Color HEX #B770F6 Heliotrope

📋 copy color: '#B770F6'

red 183 ◦ green 112 ◦ blue 246

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

Shades of Heliotrope #B770F6

Tints of Heliotrope #B770F6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.7%

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 33.83%
G = 20.7%
B = 45.47%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B770F6 (or 0xB770F6) is known color: Heliotrope. HEX triplet: B7, 70 and F6. RGB value is (183,112,246). Sum of RGB (Red+Green+Blue) = 183+112+246=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #B770F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770F6 is #488F09. Grayscale: #949494. Windows color (decimal): -4755210 or 16150711. OLE color: 16150711.

HSL color Cylindrical-coordinate representation of color #B770F6: hue angle of 271.79º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B770F6 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 112 246 -
CMYK 0.26 0.54 0 0.04
HSL 271.79º 0.88% 0.7% -
HSV(B) 271.79º 0.54% 0.96% -
XYZ 41.96 28.31 90.44 -
YUV 148.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 183 112 246 0.26 0.54 0 0.04 271.79 0.88 0.7
Hex B7 70 F6 1A 36 0 4 110 58 46
Octal 267 160 366 32 66 0 4 420 130 106
Binary 10110111 1110000 11110110 11010 110110 0 100 100010000 1011000 1000110

Color Harmonies of #B770F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770F6

Black with #B770F6

Text Example


Text Example

White with #B770F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770F6; }

 p { color: rgb(183,112,246); }

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

background-color css

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

 a { background-color: rgb(183,112,246); }

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

border-color css

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

 span { border-color: rgb(183,112,246); }

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