Html Css Color HEX #B978EA Biloba Flower

📋 copy color: '#B978EA'

red 185 ◦ green 120 ◦ blue 234

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

Shades of Biloba Flower #B978EA

Tints of Biloba Flower #B978EA

RGB

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

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

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

R = 34.32%
G = 22.26%
B = 43.41%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B978EA (or 0xB978EA) is known color: Biloba Flower. HEX triplet: B9, 78 and EA. RGB value is (185,120,234). Sum of RGB (Red+Green+Blue) = 185+120+234=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B978EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978EA is #468715. Grayscale: #989898. Windows color (decimal): -4622102 or 15366329. OLE color: 15366329.

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

Color convert

RGB 185 120 234 -
CMYK 0.21 0.49 0 0.08
HSL 274.21º 0.73% 0.69% -
HSV(B) 274.21º 0.49% 0.92% -
XYZ 41.58 29.69 81.38 -
YUV 152.43 174.03 151.23 -
System Red Green Blue C M Y K H S L
Decimal 185 120 234 0.21 0.49 0 0.08 274.21 0.73 0.69
Hex B9 78 EA 15 31 0 8 112 49 45
Octal 271 170 352 25 61 0 10 422 111 105
Binary 10111001 1111000 11101010 10101 110001 0 1000 100010010 1001001 1000101

Color Harmonies of #B978EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978EA

Black with #B978EA

Text Example


Text Example

White with #B978EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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