Html Css Color HEX #B594F7 Biloba Flower

📋 copy color: '#B594F7'

red 181 ◦ green 148 ◦ blue 247

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

Shades of Biloba Flower #B594F7

Tints of Biloba Flower #B594F7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.69%

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 31.42%
G = 25.69%
B = 42.88%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B594F7 (or 0xB594F7) is known color: Biloba Flower. HEX triplet: B5, 94 and F7. RGB value is (181,148,247). Sum of RGB (Red+Green+Blue) = 181+148+247=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #B594F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B594F7 is #4A6B08. Grayscale: #A8A8A8. Windows color (decimal): -4877065 or 16225461. OLE color: 16225461.

HSL color Cylindrical-coordinate representation of color #B594F7: hue angle of 260º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B594F7 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 148 247 -
CMYK 0.27 0.40 0 0.03
HSL 260º 0.86% 0.77% -
HSV(B) 260º 0.4% 0.97% -
XYZ 46.43 37.72 92.83 -
YUV 169.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 181 148 247 0.27 0.40 0 0.03 260 0.86 0.77
Hex B5 94 F7 1B 28 0 3 104 56 4D
Octal 265 224 367 33 50 0 3 404 126 115
Binary 10110101 10010100 11110111 11011 101000 0 11 100000100 1010110 1001101

Color Harmonies of #B594F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594F7

Black with #B594F7

Text Example


Text Example

White with #B594F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594F7; }

 p { color: rgb(181,148,247); }

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

background-color css

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

 a { background-color: rgb(181,148,247); }

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

border-color css

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

 span { border-color: rgb(181,148,247); }

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