Html Css Color HEX #B76AFE Heliotrope

📋 copy color: '#B76AFE'

red 183 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #B76AFE

Tints of Heliotrope #B76AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 33.7%
G = 19.52%
B = 46.78%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B76AFE (or 0xB76AFE) is known color: Heliotrope. HEX triplet: B7, 6A and FE. RGB value is (183,106,254). Sum of RGB (Red+Green+Blue) = 183+106+254=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #B76AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AFE is #489501. Grayscale: #919191. Windows color (decimal): -4756738 or 16673463. OLE color: 16673463.

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

Color convert

RGB 183 106 254 -
CMYK 0.28 0.58 0 0.00
HSL 271.22º 0.99% 0.71% -
HSV(B) 271.22º 0.58% 1% -
XYZ 42.57 27.53 96.84 -
YUV 145.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 183 106 254 0.28 0.58 0 0.00 271.22 0.99 0.71
Hex B7 6A FE 1C 3A 0 0 10F 63 47
Octal 267 152 376 34 72 0 0 417 143 107
Binary 10110111 1101010 11111110 11100 111010 0 0 100001111 1100011 1000111

Color Harmonies of #B76AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AFE

Black with #B76AFE

Text Example


Text Example

White with #B76AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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