Html Css Color HEX #B76AFF Heliotrope

📋 copy color: '#B76AFF'

red 183 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #B76AFF

Tints of Heliotrope #B76AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.49%

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

R = 33.64%
G = 19.49%
B = 46.88%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B76AFF (or 0xB76AFF) is known color: Heliotrope. HEX triplet: B7, 6A and FF. RGB value is (183,106,255). Sum of RGB (Red+Green+Blue) = 183+106+255=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #B76AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AFF is #489500. Grayscale: #919191. Windows color (decimal): -4756737 or 16738999. OLE color: 16738999.

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

Color convert

RGB 183 106 255 -
CMYK 0.28 0.58 0 0
HSL 271.01º 1% 0.71% -
HSV(B) 271.01º 0.58% 1% -
XYZ 42.73 27.6 97.68 -
YUV 146.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 183 106 255 0.28 0.58 0 0 271.01 1 0.71
Hex B7 6A FF 1C 3A 0 0 10F 64 47
Octal 267 152 377 34 72 0 0 417 144 107
Binary 10110111 1101010 11111111 11100 111010 0 0 100001111 1100100 1000111

Color Harmonies of #B76AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AFF

Black with #B76AFF

Text Example


Text Example

White with #B76AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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