Html Css Color HEX #B77AFC Heliotrope

📋 copy color: '#B77AFC'

red 183 ◦ green 122 ◦ blue 252

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

Shades of Heliotrope #B77AFC

Tints of Heliotrope #B77AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 32.85%
G = 21.9%
B = 45.24%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B77AFC (or 0xB77AFC) is known color: Heliotrope. HEX triplet: B7, 7A and FC. RGB value is (183,122,252). Sum of RGB (Red+Green+Blue) = 183+122+252=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #B77AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AFC is #488503. Grayscale: #9A9A9A. Windows color (decimal): -4752644 or 16546487. OLE color: 16546487.

HSL color Cylindrical-coordinate representation of color #B77AFC: hue angle of 268.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B77AFC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 122 252 -
CMYK 0.27 0.52 0 0.01
HSL 268.15º 0.96% 0.73% -
HSV(B) 268.15º 0.52% 0.99% -
XYZ 44.06 31.01 95.76 -
YUV 155.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 183 122 252 0.27 0.52 0 0.01 268.15 0.96 0.73
Hex B7 7A FC 1B 34 0 1 10C 60 49
Octal 267 172 374 33 64 0 1 414 140 111
Binary 10110111 1111010 11111100 11011 110100 0 1 100001100 1100000 1001001

Color Harmonies of #B77AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77AFC

Black with #B77AFC

Text Example


Text Example

White with #B77AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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