Html Css Color HEX #B190CF Biloba Flower

📋 copy color: '#B190CF'

red 177 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #B190CF

Tints of Biloba Flower #B190CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 33.52%
G = 27.27%
B = 39.2%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B190CF (or 0xB190CF) is known color: Biloba Flower. HEX triplet: B1, 90 and CF. RGB value is (177,144,207). Sum of RGB (Red+Green+Blue) = 177+144+207=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #B190CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190CF is #4E6F30. Grayscale: #A0A0A0. Windows color (decimal): -5140273 or 13602993. OLE color: 13602993.

HSL color Cylindrical-coordinate representation of color #B190CF: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B190CF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 144 207 -
CMYK 0.14 0.30 0 0.19
HSL 271.43º 0.4% 0.69% -
HSV(B) 271.43º 0.3% 0.81% -
XYZ 39.37 33.8 63.48 -
YUV 161.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 177 144 207 0.14 0.30 0 0.19 271.43 0.4 0.69
Hex B1 90 CF E 1E 0 13 10F 28 45
Octal 261 220 317 16 36 0 23 417 50 105
Binary 10110001 10010000 11001111 1110 11110 0 10011 100001111 101000 1000101

Color Harmonies of #B190CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190CF

Black with #B190CF

Text Example


Text Example

White with #B190CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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