Html Css Color HEX #B77CE8 Biloba Flower

📋 copy color: '#B77CE8'

red 183 ◦ green 124 ◦ blue 232

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

Shades of Biloba Flower #B77CE8

Tints of Biloba Flower #B77CE8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.01%

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

R = 33.95%
G = 23.01%
B = 43.04%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B77CE8 (or 0xB77CE8) is known color: Biloba Flower. HEX triplet: B7, 7C and E8. RGB value is (183,124,232). Sum of RGB (Red+Green+Blue) = 183+124+232=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #B77CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CE8 is #488317. Grayscale: #999999. Windows color (decimal): -4752152 or 15236279. OLE color: 15236279.

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

Color convert

RGB 183 124 232 -
CMYK 0.21 0.47 0 0.09
HSL 272.78º 0.7% 0.7% -
HSV(B) 272.78º 0.47% 0.91% -
XYZ 41.3 30.31 80.02 -
YUV 153.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 183 124 232 0.21 0.47 0 0.09 272.78 0.7 0.7
Hex B7 7C E8 15 2F 0 9 111 46 46
Octal 267 174 350 25 57 0 11 421 106 106
Binary 10110111 1111100 11101000 10101 101111 0 1001 100010001 1000110 1000110

Color Harmonies of #B77CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CE8

Black with #B77CE8

Text Example


Text Example

White with #B77CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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