Html Css Color HEX #B77EF8 Biloba Flower

📋 copy color: '#B77EF8'

red 183 ◦ green 126 ◦ blue 248

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

Shades of Biloba Flower #B77EF8

Tints of Biloba Flower #B77EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.52%

R = 32.85%
G = 22.62%
B = 44.52%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B77EF8 (or 0xB77EF8) is known color: Biloba Flower. HEX triplet: B7, 7E and F8. RGB value is (183,126,248). Sum of RGB (Red+Green+Blue) = 183+126+248=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #B77EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EF8 is #488107. Grayscale: #9C9C9C. Windows color (decimal): -4751624 or 16285367. OLE color: 16285367.

HSL color Cylindrical-coordinate representation of color #B77EF8: hue angle of 268.03º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77EF8 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 126 248 -
CMYK 0.26 0.49 0 0.03
HSL 268.03º 0.9% 0.73% -
HSV(B) 268.03º 0.49% 0.97% -
XYZ 43.93 31.77 92.62 -
YUV 156.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 183 126 248 0.26 0.49 0 0.03 268.03 0.9 0.73
Hex B7 7E F8 1A 31 0 3 10C 5A 49
Octal 267 176 370 32 61 0 3 414 132 111
Binary 10110111 1111110 11111000 11010 110001 0 11 100001100 1011010 1001001

Color Harmonies of #B77EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EF8

Black with #B77EF8

Text Example


Text Example

White with #B77EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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