Html Css Color HEX #B58CFD Biloba Flower

📋 copy color: '#B58CFD'

red 181 ◦ green 140 ◦ blue 253

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

Shades of Biloba Flower #B58CFD

Tints of Biloba Flower #B58CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 31.53%
G = 24.39%
B = 44.08%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B58CFD (or 0xB58CFD) is known color: Biloba Flower. HEX triplet: B5, 8C and FD. RGB value is (181,140,253). Sum of RGB (Red+Green+Blue) = 181+140+253=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #B58CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CFD is #4A7302. Grayscale: #A4A4A4. Windows color (decimal): -4879107 or 16616629. OLE color: 16616629.

HSL color Cylindrical-coordinate representation of color #B58CFD: hue angle of 261.77º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58CFD is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 140 253 -
CMYK 0.28 0.45 0 0.01
HSL 261.77º 0.97% 0.77% -
HSV(B) 261.77º 0.45% 0.99% -
XYZ 46.16 35.67 97.38 -
YUV 165.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 181 140 253 0.28 0.45 0 0.01 261.77 0.97 0.77
Hex B5 8C FD 1C 2D 0 1 106 61 4D
Octal 265 214 375 34 55 0 1 406 141 115
Binary 10110101 10001100 11111101 11100 101101 0 1 100000110 1100001 1001101

Color Harmonies of #B58CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CFD

Black with #B58CFD

Text Example


Text Example

White with #B58CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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