Html Css Color HEX #B76CFA Heliotrope

📋 copy color: '#B76CFA'

red 183 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #B76CFA

Tints of Heliotrope #B76CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.96%

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

R = 33.83%
G = 19.96%
B = 46.21%

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

#B76CFA (or 0xB76CFA) is known color: Heliotrope. HEX triplet: B7, 6C and FA. RGB value is (183,108,250). Sum of RGB (Red+Green+Blue) = 183+108+250=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #B76CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CFA is #489305. Grayscale: #929292. Windows color (decimal): -4756230 or 16411831. OLE color: 16411831.

HSL color Cylindrical-coordinate representation of color #B76CFA: hue angle of 271.69º 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 #B76CFA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 108 250 -
CMYK 0.27 0.57 0 0.02
HSL 271.69º 0.93% 0.7% -
HSV(B) 271.69º 0.57% 0.98% -
XYZ 42.15 27.69 93.57 -
YUV 146.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 183 108 250 0.27 0.57 0 0.02 271.69 0.93 0.7
Hex B7 6C FA 1B 39 0 2 110 5D 46
Octal 267 154 372 33 71 0 2 420 135 106
Binary 10110111 1101100 11111010 11011 111001 0 10 100010000 1011101 1000110

Color Harmonies of #B76CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CFA

Black with #B76CFA

Text Example


Text Example

White with #B76CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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