Html Css Color HEX #B979E6 Biloba Flower

📋 copy color: '#B979E6'

red 185 ◦ green 121 ◦ blue 230

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

Shades of Biloba Flower #B979E6

Tints of Biloba Flower #B979E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 34.51%
G = 22.57%
B = 42.91%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B979E6 (or 0xB979E6) is known color: Biloba Flower. HEX triplet: B9, 79 and E6. RGB value is (185,121,230). Sum of RGB (Red+Green+Blue) = 185+121+230=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #B979E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B979E6 is #468619. Grayscale: #989898. Windows color (decimal): -4621850 or 15104441. OLE color: 15104441.

HSL color Cylindrical-coordinate representation of color #B979E6: hue angle of 275.23º degrees, saturation: 0.69, 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 #B979E6 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 121 230 -
CMYK 0.20 0.47 0 0.10
HSL 275.23º 0.69% 0.69% -
HSV(B) 275.23º 0.47% 0.9% -
XYZ 41.13 29.7 78.43 -
YUV 152.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 185 121 230 0.20 0.47 0 0.10 275.23 0.69 0.69
Hex B9 79 E6 14 2F 0 A 113 45 45
Octal 271 171 346 24 57 0 12 423 105 105
Binary 10111001 1111001 11100110 10100 101111 0 1010 100010011 1000101 1000101

Color Harmonies of #B979E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979E6

Black with #B979E6

Text Example


Text Example

White with #B979E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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