Html Css Color HEX #B779EA Biloba Flower

📋 copy color: '#B779EA'

red 183 ◦ green 121 ◦ blue 234

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

Shades of Biloba Flower #B779EA

Tints of Biloba Flower #B779EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.49%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 34.01%
G = 22.49%
B = 43.49%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B779EA (or 0xB779EA) is known color: Biloba Flower. HEX triplet: B7, 79 and EA. RGB value is (183,121,234). Sum of RGB (Red+Green+Blue) = 183+121+234=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #B779EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B779EA is #488615. Grayscale: #989898. Windows color (decimal): -4752918 or 15366583. OLE color: 15366583.

HSL color Cylindrical-coordinate representation of color #B779EA: hue angle of 272.92º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B779EA is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 121 234 -
CMYK 0.22 0.48 0 0.08
HSL 272.92º 0.73% 0.7% -
HSV(B) 272.92º 0.48% 0.92% -
XYZ 41.22 29.68 81.4 -
YUV 152.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 183 121 234 0.22 0.48 0 0.08 272.92 0.73 0.7
Hex B7 79 EA 16 30 0 8 111 49 46
Octal 267 171 352 26 60 0 10 421 111 106
Binary 10110111 1111001 11101010 10110 110000 0 1000 100010001 1001001 1000110

Color Harmonies of #B779EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B779EA

Black with #B779EA

Text Example


Text Example

White with #B779EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B779EA; }

 p { color: rgb(183,121,234); }

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

background-color css

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

 a { background-color: rgb(183,121,234); }

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

border-color css

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

 span { border-color: rgb(183,121,234); }

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