Html Css Color HEX #B591CF Biloba Flower

📋 copy color: '#B591CF'

red 181 ◦ green 145 ◦ blue 207

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

Shades of Biloba Flower #B591CF

Tints of Biloba Flower #B591CF

RGB

 RED value IS 181 (71.09% from 255) = 33.96%

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

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

R = 33.96%
G = 27.2%
B = 38.84%

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

#B591CF (or 0xB591CF) is known color: Biloba Flower. HEX triplet: B5, 91 and CF. RGB value is (181,145,207). Sum of RGB (Red+Green+Blue) = 181+145+207=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #B591CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591CF is #4A6E30. Grayscale: #A2A2A2. Windows color (decimal): -4877873 or 13603253. OLE color: 13603253.

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

Color convert

RGB 181 145 207 -
CMYK 0.13 0.30 0 0.19
HSL 274.84º 0.39% 0.69% -
HSV(B) 274.84º 0.3% 0.81% -
XYZ 40.44 34.58 63.57 -
YUV 162.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 181 145 207 0.13 0.30 0 0.19 274.84 0.39 0.69
Hex B5 91 CF D 1E 0 13 113 27 45
Octal 265 221 317 15 36 0 23 423 47 105
Binary 10110101 10010001 11001111 1101 11110 0 10011 100010011 100111 1000101

Color Harmonies of #B591CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B591CF

Black with #B591CF

Text Example


Text Example

White with #B591CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B591CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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