Html Css Color HEX #B593F0 Biloba Flower

📋 copy color: '#B593F0'

red 181 ◦ green 147 ◦ blue 240

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

Shades of Biloba Flower #B593F0

Tints of Biloba Flower #B593F0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.88%

 BLUE value IS 240 (94.14% from 255) = 42.25%

R = 31.87%
G = 25.88%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B593F0 (or 0xB593F0) is known color: Biloba Flower. HEX triplet: B5, 93 and F0. RGB value is (181,147,240). Sum of RGB (Red+Green+Blue) = 181+147+240=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #B593F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B593F0 is #4A6C0F. Grayscale: #A7A7A7. Windows color (decimal): -4877328 or 15766453. OLE color: 15766453.

HSL color Cylindrical-coordinate representation of color #B593F0: hue angle of 261.94º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B593F0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 147 240 -
CMYK 0.25 0.39 0 0.06
HSL 261.94º 0.76% 0.76% -
HSV(B) 261.94º 0.39% 0.94% -
XYZ 45.22 36.98 87.19 -
YUV 167.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 181 147 240 0.25 0.39 0 0.06 261.94 0.76 0.76
Hex B5 93 F0 19 27 0 6 106 4C 4C
Octal 265 223 360 31 47 0 6 406 114 114
Binary 10110101 10010011 11110000 11001 100111 0 110 100000110 1001100 1001100

Color Harmonies of #B593F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B593F0

Black with #B593F0

Text Example


Text Example

White with #B593F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B593F0; }

 p { color: rgb(181,147,240); }

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

background-color css

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

 a { background-color: rgb(181,147,240); }

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

border-color css

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

 span { border-color: rgb(181,147,240); }

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