Html Css Color HEX #B76CFC Heliotrope

📋 copy color: '#B76CFC'

red 183 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #B76CFC

Tints of Heliotrope #B76CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 33.7%
G = 19.89%
B = 46.41%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B76CFC (or 0xB76CFC) is known color: Heliotrope. HEX triplet: B7, 6C and FC. RGB value is (183,108,252). Sum of RGB (Red+Green+Blue) = 183+108+252=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #B76CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CFC is #489303. Grayscale: #929292. Windows color (decimal): -4756228 or 16542903. OLE color: 16542903.

HSL color Cylindrical-coordinate representation of color #B76CFC: hue angle of 271.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B76CFC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 108 252 -
CMYK 0.27 0.57 0 0.01
HSL 271.25º 0.96% 0.71% -
HSV(B) 271.25º 0.57% 0.99% -
XYZ 42.46 27.82 95.23 -
YUV 146.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 183 108 252 0.27 0.57 0 0.01 271.25 0.96 0.71
Hex B7 6C FC 1B 39 0 1 10F 60 47
Octal 267 154 374 33 71 0 1 417 140 107
Binary 10110111 1101100 11111100 11011 111001 0 1 100001111 1100000 1000111

Color Harmonies of #B76CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CFC

Black with #B76CFC

Text Example


Text Example

White with #B76CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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