Html Css Color HEX #B190E0 Biloba Flower

📋 copy color: '#B190E0'

red 177 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #B190E0

Tints of Biloba Flower #B190E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 32.48%
G = 26.42%
B = 41.1%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B190E0 (or 0xB190E0) is known color: Biloba Flower. HEX triplet: B1, 90 and E0. RGB value is (177,144,224). Sum of RGB (Red+Green+Blue) = 177+144+224=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #B190E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190E0 is #4E6F1F. Grayscale: #A2A2A2. Windows color (decimal): -5140256 or 14717105. OLE color: 14717105.

HSL color Cylindrical-coordinate representation of color #B190E0: hue angle of 264.75º degrees, saturation: 0.56, 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 #B190E0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 144 224 -
CMYK 0.21 0.36 0 0.12
HSL 264.75º 0.56% 0.72% -
HSV(B) 264.75º 0.36% 0.88% -
XYZ 41.56 34.68 75.02 -
YUV 162.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 177 144 224 0.21 0.36 0 0.12 264.75 0.56 0.72
Hex B1 90 E0 15 24 0 C 109 38 48
Octal 261 220 340 25 44 0 14 411 70 110
Binary 10110001 10010000 11100000 10101 100100 0 1100 100001001 111000 1001000

Color Harmonies of #B190E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190E0

Black with #B190E0

Text Example


Text Example

White with #B190E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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