Html Css Color HEX #B76BFA Heliotrope

📋 copy color: '#B76BFA'

red 183 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #B76BFA

Tints of Heliotrope #B76BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.81%

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 33.89%
G = 19.81%
B = 46.3%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B76BFA (or 0xB76BFA) is known color: Heliotrope. HEX triplet: B7, 6B and FA. RGB value is (183,107,250). Sum of RGB (Red+Green+Blue) = 183+107+250=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #B76BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BFA is #489405. Grayscale: #919191. Windows color (decimal): -4756486 or 16411575. OLE color: 16411575.

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

Color convert

RGB 183 107 250 -
CMYK 0.27 0.57 0 0.02
HSL 271.89º 0.93% 0.7% -
HSV(B) 271.89º 0.57% 0.98% -
XYZ 42.04 27.48 93.53 -
YUV 146.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 183 107 250 0.27 0.57 0 0.02 271.89 0.93 0.7
Hex B7 6B FA 1B 39 0 2 110 5D 46
Octal 267 153 372 33 71 0 2 420 135 106
Binary 10110111 1101011 11111010 11011 111001 0 10 100010000 1011101 1000110

Color Harmonies of #B76BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BFA

Black with #B76BFA

Text Example


Text Example

White with #B76BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BFA; }

 p { color: rgb(183,107,250); }

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

background-color css

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

 a { background-color: rgb(183,107,250); }

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

border-color css

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

 span { border-color: rgb(183,107,250); }

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