Html Css Color HEX #B491CF Biloba Flower

📋 copy color: '#B491CF'

red 180 ◦ green 145 ◦ blue 207

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

Shades of Biloba Flower #B491CF

Tints of Biloba Flower #B491CF

RGB

 RED value IS 180 (70.7% from 255) = 33.83%

 GREEN value IS 145 (57.03% from 255) = 27.26%

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

R = 33.83%
G = 27.26%
B = 38.91%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B491CF (or 0xB491CF) is known color: Biloba Flower. HEX triplet: B4, 91 and CF. RGB value is (180,145,207). Sum of RGB (Red+Green+Blue) = 180+145+207=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #B491CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491CF is #4B6E30. Grayscale: #A2A2A2. Windows color (decimal): -4943409 or 13603252. OLE color: 13603252.

HSL color Cylindrical-coordinate representation of color #B491CF: hue angle of 273.87º degrees, saturation: 0.39, 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 #B491CF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 145 207 -
CMYK 0.13 0.30 0 0.19
HSL 273.87º 0.39% 0.69% -
HSV(B) 273.87º 0.3% 0.81% -
XYZ 40.21 34.46 63.56 -
YUV 162.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 180 145 207 0.13 0.30 0 0.19 273.87 0.39 0.69
Hex B4 91 CF D 1E 0 13 112 27 45
Octal 264 221 317 15 36 0 23 422 47 105
Binary 10110100 10010001 11001111 1101 11110 0 10011 100010010 100111 1000101

Color Harmonies of #B491CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491CF

Black with #B491CF

Text Example


Text Example

White with #B491CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491CF; }

 p { color: rgb(180,145,207); }

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

background-color css

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

 a { background-color: rgb(180,145,207); }

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

border-color css

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

 span { border-color: rgb(180,145,207); }

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