Html Css Color HEX #B77EFD Heliotrope

📋 copy color: '#B77EFD'

red 183 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #B77EFD

Tints of Heliotrope #B77EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 32.56%
G = 22.42%
B = 45.02%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B77EFD (or 0xB77EFD) is known color: Heliotrope. HEX triplet: B7, 7E and FD. RGB value is (183,126,253). Sum of RGB (Red+Green+Blue) = 183+126+253=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #B77EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EFD is #488102. Grayscale: #9D9D9D. Windows color (decimal): -4751619 or 16613047. OLE color: 16613047.

HSL color Cylindrical-coordinate representation of color #B77EFD: hue angle of 266.93º degrees, saturation: 0.97, 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 #B77EFD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 126 253 -
CMYK 0.28 0.50 0 0.01
HSL 266.93º 0.97% 0.74% -
HSV(B) 266.93º 0.5% 0.99% -
XYZ 44.72 32.08 96.76 -
YUV 157.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 183 126 253 0.28 0.50 0 0.01 266.93 0.97 0.74
Hex B7 7E FD 1C 32 0 1 10B 61 4A
Octal 267 176 375 34 62 0 1 413 141 112
Binary 10110111 1111110 11111101 11100 110010 0 1 100001011 1100001 1001010

Color Harmonies of #B77EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EFD

Black with #B77EFD

Text Example


Text Example

White with #B77EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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