Html Css Color HEX #B990E1 Biloba Flower

📋 copy color: '#B990E1'

red 185 ◦ green 144 ◦ blue 225

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

Shades of Biloba Flower #B990E1

Tints of Biloba Flower #B990E1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 33.39%
G = 25.99%
B = 40.61%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B990E1 (or 0xB990E1) is known color: Biloba Flower. HEX triplet: B9, 90 and E1. RGB value is (185,144,225). Sum of RGB (Red+Green+Blue) = 185+144+225=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #B990E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990E1 is #466F1E. Grayscale: #A5A5A5. Windows color (decimal): -4615967 or 14782649. OLE color: 14782649.

HSL color Cylindrical-coordinate representation of color #B990E1: hue angle of 270.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B990E1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 144 225 -
CMYK 0.18 0.36 0 0.12
HSL 270.37º 0.57% 0.72% -
HSV(B) 270.37º 0.36% 0.88% -
XYZ 43.57 35.7 75.83 -
YUV 165.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 185 144 225 0.18 0.36 0 0.12 270.37 0.57 0.72
Hex B9 90 E1 12 24 0 C 10E 39 48
Octal 271 220 341 22 44 0 14 416 71 110
Binary 10111001 10010000 11100001 10010 100100 0 1100 100001110 111001 1001000

Color Harmonies of #B990E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990E1

Black with #B990E1

Text Example


Text Example

White with #B990E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990E1; }

 p { color: rgb(185,144,225); }

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

background-color css

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

 a { background-color: rgb(185,144,225); }

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

border-color css

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

 span { border-color: rgb(185,144,225); }

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