Html Css Color HEX #B190FF Biloba Flower

📋 copy color: '#B190FF'

red 177 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #B190FF

Tints of Biloba Flower #B190FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 30.73%
G = 25%
B = 44.27%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B190FF (or 0xB190FF) is known color: Biloba Flower. HEX triplet: B1, 90 and FF. RGB value is (177,144,255). Sum of RGB (Red+Green+Blue) = 177+144+255=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B190FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190FF is #4E6F00. Grayscale: #A6A6A6. Windows color (decimal): -5140225 or 16748721. OLE color: 16748721.

HSL color Cylindrical-coordinate representation of color #B190FF: hue angle of 257.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B190FF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 144 255 -
CMYK 0.31 0.44 0 0
HSL 257.84º 1% 0.78% -
HSV(B) 257.84º 0.44% 1% -
XYZ 46.15 36.51 99.22 -
YUV 166.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 177 144 255 0.31 0.44 0 0 257.84 1 0.78
Hex B1 90 FF 1F 2C 0 0 102 64 4E
Octal 261 220 377 37 54 0 0 402 144 116
Binary 10110001 10010000 11111111 11111 101100 0 0 100000010 1100100 1001110

Color Harmonies of #B190FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190FF

Black with #B190FF

Text Example


Text Example

White with #B190FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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