Html Css Color HEX #B77EFC Heliotrope

📋 copy color: '#B77EFC'

red 183 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #B77EFC

Tints of Heliotrope #B77EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

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

R = 32.62%
G = 22.46%
B = 44.92%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B77EFC (or 0xB77EFC) is known color: Heliotrope. HEX triplet: B7, 7E and FC. RGB value is (183,126,252). Sum of RGB (Red+Green+Blue) = 183+126+252=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #B77EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EFC is #488103. Grayscale: #9C9C9C. Windows color (decimal): -4751620 or 16547511. OLE color: 16547511.

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

Color convert

RGB 183 126 252 -
CMYK 0.27 0.5 0 0.01
HSL 267.14º 0.95% 0.74% -
HSV(B) 267.14º 0.5% 0.99% -
XYZ 44.56 32.02 95.93 -
YUV 157.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 183 126 252 0.27 0.5 0 0.01 267.14 0.95 0.74
Hex B7 7E FC 1B 32 0 1 10B 5F 4A
Octal 267 176 374 33 62 0 1 413 137 112
Binary 10110111 1111110 11111100 11011 110010 0 1 100001011 1011111 1001010

Color Harmonies of #B77EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EFC

Black with #B77EFC

Text Example


Text Example

White with #B77EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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