Html Css Color HEX #B77FE5 Biloba Flower

📋 copy color: '#B77FE5'

red 183 ◦ green 127 ◦ blue 229

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

Shades of Biloba Flower #B77FE5

Tints of Biloba Flower #B77FE5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 33.95%
G = 23.56%
B = 42.49%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B77FE5 (or 0xB77FE5) is known color: Biloba Flower. HEX triplet: B7, 7F and E5. RGB value is (183,127,229). Sum of RGB (Red+Green+Blue) = 183+127+229=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #B77FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FE5 is #48801A. Grayscale: #9B9B9B. Windows color (decimal): -4751387 or 15040439. OLE color: 15040439.

HSL color Cylindrical-coordinate representation of color #B77FE5: hue angle of 272.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B77FE5 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 127 229 -
CMYK 0.20 0.45 0 0.10
HSL 272.94º 0.66% 0.7% -
HSV(B) 272.94º 0.45% 0.9% -
XYZ 41.26 30.9 77.92 -
YUV 155.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 183 127 229 0.20 0.45 0 0.10 272.94 0.66 0.7
Hex B7 7F E5 14 2D 0 A 111 42 46
Octal 267 177 345 24 55 0 12 421 102 106
Binary 10110111 1111111 11100101 10100 101101 0 1010 100010001 1000010 1000110

Color Harmonies of #B77FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FE5

Black with #B77FE5

Text Example


Text Example

White with #B77FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FE5; }

 p { color: rgb(183,127,229); }

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

background-color css

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

 a { background-color: rgb(183,127,229); }

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

border-color css

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

 span { border-color: rgb(183,127,229); }

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