Html Css Color HEX #B76AFB Heliotrope

📋 copy color: '#B76AFB'

red 183 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #B76AFB

Tints of Heliotrope #B76AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 33.89%
G = 19.63%
B = 46.48%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B76AFB (or 0xB76AFB) is known color: Heliotrope. HEX triplet: B7, 6A and FB. RGB value is (183,106,251). Sum of RGB (Red+Green+Blue) = 183+106+251=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #B76AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AFB is #489504. Grayscale: #919191. Windows color (decimal): -4756741 or 16476855. OLE color: 16476855.

HSL color Cylindrical-coordinate representation of color #B76AFB: hue angle of 271.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B76AFB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 106 251 -
CMYK 0.27 0.58 0 0.02
HSL 271.86º 0.95% 0.7% -
HSV(B) 271.86º 0.58% 0.98% -
XYZ 42.1 27.34 94.33 -
YUV 145.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 183 106 251 0.27 0.58 0 0.02 271.86 0.95 0.7
Hex B7 6A FB 1B 3A 0 2 110 5F 46
Octal 267 152 373 33 72 0 2 420 137 106
Binary 10110111 1101010 11111011 11011 111010 0 10 100010000 1011111 1000110

Color Harmonies of #B76AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AFB

Black with #B76AFB

Text Example


Text Example

White with #B76AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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