Html Css Color HEX #B58CFB Biloba Flower

📋 copy color: '#B58CFB'

red 181 ◦ green 140 ◦ blue 251

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

Shades of Biloba Flower #B58CFB

Tints of Biloba Flower #B58CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 31.64%
G = 24.48%
B = 43.88%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B58CFB (or 0xB58CFB) is known color: Biloba Flower. HEX triplet: B5, 8C and FB. RGB value is (181,140,251). Sum of RGB (Red+Green+Blue) = 181+140+251=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #B58CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CFB is #4A7304. Grayscale: #A4A4A4. Windows color (decimal): -4879109 or 16485557. OLE color: 16485557.

HSL color Cylindrical-coordinate representation of color #B58CFB: hue angle of 262.16º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58CFB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 140 251 -
CMYK 0.28 0.44 0 0.02
HSL 262.16º 0.93% 0.77% -
HSV(B) 262.16º 0.44% 0.98% -
XYZ 45.85 35.54 95.71 -
YUV 164.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 181 140 251 0.28 0.44 0 0.02 262.16 0.93 0.77
Hex B5 8C FB 1C 2C 0 2 106 5D 4D
Octal 265 214 373 34 54 0 2 406 135 115
Binary 10110101 10001100 11111011 11100 101100 0 10 100000110 1011101 1001101

Color Harmonies of #B58CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CFB

Black with #B58CFB

Text Example


Text Example

White with #B58CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CFB; }

 p { color: rgb(181,140,251); }

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

background-color css

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

 a { background-color: rgb(181,140,251); }

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

border-color css

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

 span { border-color: rgb(181,140,251); }

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