Html Css Color HEX #B77EE1 Biloba Flower

📋 copy color: '#B77EE1'

red 183 ◦ green 126 ◦ blue 225

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

Shades of Biloba Flower #B77EE1

Tints of Biloba Flower #B77EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 34.27%
G = 23.6%
B = 42.13%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B77EE1 (or 0xB77EE1) is known color: Biloba Flower. HEX triplet: B7, 7E and E1. RGB value is (183,126,225). Sum of RGB (Red+Green+Blue) = 183+126+225=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #B77EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EE1 is #48811E. Grayscale: #999999. Windows color (decimal): -4751647 or 14778039. OLE color: 14778039.

HSL color Cylindrical-coordinate representation of color #B77EE1: hue angle of 274.55º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77EE1 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 126 225 -
CMYK 0.19 0.44 0 0.12
HSL 274.55º 0.62% 0.69% -
HSV(B) 274.55º 0.44% 0.88% -
XYZ 40.58 30.43 74.97 -
YUV 154.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 183 126 225 0.19 0.44 0 0.12 274.55 0.62 0.69
Hex B7 7E E1 13 2C 0 C 113 3E 45
Octal 267 176 341 23 54 0 14 423 76 105
Binary 10110111 1111110 11100001 10011 101100 0 1100 100010011 111110 1000101

Color Harmonies of #B77EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EE1

Black with #B77EE1

Text Example


Text Example

White with #B77EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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