Html Css Color HEX #B58DF0 Biloba Flower

📋 copy color: '#B58DF0'

red 181 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #B58DF0

Tints of Biloba Flower #B58DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 32.21%
G = 25.09%
B = 42.7%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B58DF0 (or 0xB58DF0) is known color: Biloba Flower. HEX triplet: B5, 8D and F0. RGB value is (181,141,240). Sum of RGB (Red+Green+Blue) = 181+141+240=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #B58DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DF0 is #4A720F. Grayscale: #A3A3A3. Windows color (decimal): -4878864 or 15764917. OLE color: 15764917.

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

Color convert

RGB 181 141 240 -
CMYK 0.25 0.41 0 0.06
HSL 264.24º 0.77% 0.75% -
HSV(B) 264.24º 0.41% 0.94% -
XYZ 44.31 35.16 86.89 -
YUV 164.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 181 141 240 0.25 0.41 0 0.06 264.24 0.77 0.75
Hex B5 8D F0 19 29 0 6 108 4D 4B
Octal 265 215 360 31 51 0 6 410 115 113
Binary 10110101 10001101 11110000 11001 101001 0 110 100001000 1001101 1001011

Color Harmonies of #B58DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DF0

Black with #B58DF0

Text Example


Text Example

White with #B58DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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