Html Css Color HEX #B77BE4 Biloba Flower

📋 copy color: '#B77BE4'

red 183 ◦ green 123 ◦ blue 228

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

Shades of Biloba Flower #B77BE4

Tints of Biloba Flower #B77BE4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.03%

 BLUE value IS 228 (89.45% from 255) = 42.7%

R = 34.27%
G = 23.03%
B = 42.7%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B77BE4 (or 0xB77BE4) is known color: Biloba Flower. HEX triplet: B7, 7B and E4. RGB value is (183,123,228). Sum of RGB (Red+Green+Blue) = 183+123+228=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #B77BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BE4 is #48841B. Grayscale: #989898. Windows color (decimal): -4752412 or 14973879. OLE color: 14973879.

HSL color Cylindrical-coordinate representation of color #B77BE4: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77BE4 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 123 228 -
CMYK 0.20 0.46 0 0.11
HSL 274.29º 0.66% 0.69% -
HSV(B) 274.29º 0.46% 0.89% -
XYZ 40.61 29.83 77.02 -
YUV 152.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 183 123 228 0.20 0.46 0 0.11 274.29 0.66 0.69
Hex B7 7B E4 14 2E 0 B 112 42 45
Octal 267 173 344 24 56 0 13 422 102 105
Binary 10110111 1111011 11100100 10100 101110 0 1011 100010010 1000010 1000101

Color Harmonies of #B77BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BE4

Black with #B77BE4

Text Example


Text Example

White with #B77BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BE4; }

 p { color: rgb(183,123,228); }

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

background-color css

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

 a { background-color: rgb(183,123,228); }

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

border-color css

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

 span { border-color: rgb(183,123,228); }

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