Html Css Color HEX #B58FFD Biloba Flower

📋 copy color: '#B58FFD'

red 181 ◦ green 143 ◦ blue 253

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

Shades of Biloba Flower #B58FFD

Tints of Biloba Flower #B58FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.78%

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

R = 31.37%
G = 24.78%
B = 43.85%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B58FFD (or 0xB58FFD) is known color: Biloba Flower. HEX triplet: B5, 8F and FD. RGB value is (181,143,253). Sum of RGB (Red+Green+Blue) = 181+143+253=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #B58FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FFD is #4A7002. Grayscale: #A6A6A6. Windows color (decimal): -4878339 or 16617397. OLE color: 16617397.

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

Color convert

RGB 181 143 253 -
CMYK 0.28 0.43 0 0.01
HSL 260.73º 0.96% 0.78% -
HSV(B) 260.73º 0.43% 0.99% -
XYZ 46.61 36.56 97.53 -
YUV 166.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 181 143 253 0.28 0.43 0 0.01 260.73 0.96 0.78
Hex B5 8F FD 1C 2B 0 1 105 60 4E
Octal 265 217 375 34 53 0 1 405 140 116
Binary 10110101 10001111 11111101 11100 101011 0 1 100000101 1100000 1001110

Color Harmonies of #B58FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FFD

Black with #B58FFD

Text Example


Text Example

White with #B58FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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