Html Css Color HEX #B979E5 Biloba Flower

📋 copy color: '#B979E5'

red 185 ◦ green 121 ◦ blue 229

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

Shades of Biloba Flower #B979E5

Tints of Biloba Flower #B979E5

RGB

 RED value IS 185 (72.66% from 255) = 34.58%

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

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

R = 34.58%
G = 22.62%
B = 42.8%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B979E5 (or 0xB979E5) is known color: Biloba Flower. HEX triplet: B9, 79 and E5. RGB value is (185,121,229). Sum of RGB (Red+Green+Blue) = 185+121+229=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #B979E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979E5 is #46861A. Grayscale: #989898. Windows color (decimal): -4621851 or 15038905. OLE color: 15038905.

HSL color Cylindrical-coordinate representation of color #B979E5: hue angle of 275.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B979E5 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 121 229 -
CMYK 0.19 0.47 0 0.10
HSL 275.56º 0.68% 0.69% -
HSV(B) 275.56º 0.47% 0.9% -
XYZ 40.99 29.65 77.69 -
YUV 152.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 185 121 229 0.19 0.47 0 0.10 275.56 0.68 0.69
Hex B9 79 E5 13 2F 0 A 114 44 45
Octal 271 171 345 23 57 0 12 424 104 105
Binary 10111001 1111001 11100101 10011 101111 0 1010 100010100 1000100 1000101

Color Harmonies of #B979E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979E5

Black with #B979E5

Text Example


Text Example

White with #B979E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979E5; }

 p { color: rgb(185,121,229); }

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

background-color css

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

 a { background-color: rgb(185,121,229); }

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

border-color css

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

 span { border-color: rgb(185,121,229); }

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