Html Css Color HEX #B77AFF Heliotrope

📋 copy color: '#B77AFF'

red 183 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #B77AFF

Tints of Heliotrope #B77AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.79%

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

R = 32.68%
G = 21.79%
B = 45.54%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B77AFF (or 0xB77AFF) is known color: Heliotrope. HEX triplet: B7, 7A and FF. RGB value is (183,122,255). Sum of RGB (Red+Green+Blue) = 183+122+255=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #B77AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AFF is #488500. Grayscale: #9A9A9A. Windows color (decimal): -4752641 or 16743095. OLE color: 16743095.

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

Color convert

RGB 183 122 255 -
CMYK 0.28 0.52 0 0
HSL 267.52º 1% 0.74% -
HSV(B) 267.52º 0.52% 1% -
XYZ 44.54 31.21 98.28 -
YUV 155.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 183 122 255 0.28 0.52 0 0 267.52 1 0.74
Hex B7 7A FF 1C 34 0 0 10C 64 4A
Octal 267 172 377 34 64 0 0 414 144 112
Binary 10110111 1111010 11111111 11100 110100 0 0 100001100 1100100 1001010

Color Harmonies of #B77AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77AFF

Black with #B77AFF

Text Example


Text Example

White with #B77AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77AFF; }

 p { color: rgb(183,122,255); }

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

background-color css

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

 a { background-color: rgb(183,122,255); }

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

border-color css

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

 span { border-color: rgb(183,122,255); }

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