Html Css Color HEX #B190FA Biloba Flower

📋 copy color: '#B190FA'

red 177 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #B190FA

Tints of Biloba Flower #B190FA

RGB

 RED value IS 177 (69.53% from 255) = 31%

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 31%
G = 25.22%
B = 43.78%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B190FA (or 0xB190FA) is known color: Biloba Flower. HEX triplet: B1, 90 and FA. RGB value is (177,144,250). Sum of RGB (Red+Green+Blue) = 177+144+250=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #B190FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190FA is #4E6F05. Grayscale: #A5A5A5. Windows color (decimal): -5140230 or 16421041. OLE color: 16421041.

HSL color Cylindrical-coordinate representation of color #B190FA: hue angle of 258.68º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B190FA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 144 250 -
CMYK 0.29 0.42 0 0.02
HSL 258.68º 0.91% 0.77% -
HSV(B) 258.68º 0.42% 0.98% -
XYZ 45.36 36.2 95.04 -
YUV 165.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 177 144 250 0.29 0.42 0 0.02 258.68 0.91 0.77
Hex B1 90 FA 1D 2A 0 2 103 5B 4D
Octal 261 220 372 35 52 0 2 403 133 115
Binary 10110001 10010000 11111010 11101 101010 0 10 100000011 1011011 1001101

Color Harmonies of #B190FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190FA

Black with #B190FA

Text Example


Text Example

White with #B190FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190FA; }

 p { color: rgb(177,144,250); }

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

background-color css

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

 a { background-color: rgb(177,144,250); }

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

border-color css

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

 span { border-color: rgb(177,144,250); }

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