Html Css Color HEX #B978E8 Biloba Flower

📋 copy color: '#B978E8'

red 185 ◦ green 120 ◦ blue 232

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

Shades of Biloba Flower #B978E8

Tints of Biloba Flower #B978E8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

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

R = 34.45%
G = 22.35%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B978E8 (or 0xB978E8) is known color: Biloba Flower. HEX triplet: B9, 78 and E8. RGB value is (185,120,232). Sum of RGB (Red+Green+Blue) = 185+120+232=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #B978E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978E8 is #468717. Grayscale: #979797. Windows color (decimal): -4622104 or 15235257. OLE color: 15235257.

HSL color Cylindrical-coordinate representation of color #B978E8: hue angle of 274.82º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B978E8 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 120 232 -
CMYK 0.20 0.48 0 0.09
HSL 274.82º 0.71% 0.69% -
HSV(B) 274.82º 0.48% 0.91% -
XYZ 41.29 29.57 79.88 -
YUV 152.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 185 120 232 0.20 0.48 0 0.09 274.82 0.71 0.69
Hex B9 78 E8 14 30 0 9 113 47 45
Octal 271 170 350 24 60 0 11 423 107 105
Binary 10111001 1111000 11101000 10100 110000 0 1001 100010011 1000111 1000101

Color Harmonies of #B978E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978E8

Black with #B978E8

Text Example


Text Example

White with #B978E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978E8; }

 p { color: rgb(185,120,232); }

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

background-color css

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

 a { background-color: rgb(185,120,232); }

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

border-color css

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

 span { border-color: rgb(185,120,232); }

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