Html Css Color HEX #B77EE8 Biloba Flower

📋 copy color: '#B77EE8'

red 183 ◦ green 126 ◦ blue 232

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

Shades of Biloba Flower #B77EE8

Tints of Biloba Flower #B77EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.88%

R = 33.83%
G = 23.29%
B = 42.88%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B77EE8 (or 0xB77EE8) is known color: Biloba Flower. HEX triplet: B7, 7E and E8. RGB value is (183,126,232). Sum of RGB (Red+Green+Blue) = 183+126+232=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #B77EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EE8 is #488117. Grayscale: #9A9A9A. Windows color (decimal): -4751640 or 15236791. OLE color: 15236791.

HSL color Cylindrical-coordinate representation of color #B77EE8: hue angle of 272.26º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77EE8 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 126 232 -
CMYK 0.21 0.46 0 0.09
HSL 272.26º 0.7% 0.7% -
HSV(B) 272.26º 0.46% 0.91% -
XYZ 41.55 30.82 80.1 -
YUV 155.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 183 126 232 0.21 0.46 0 0.09 272.26 0.7 0.7
Hex B7 7E E8 15 2E 0 9 110 46 46
Octal 267 176 350 25 56 0 11 420 106 106
Binary 10110111 1111110 11101000 10101 101110 0 1001 100010000 1000110 1000110

Color Harmonies of #B77EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EE8

Black with #B77EE8

Text Example


Text Example

White with #B77EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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