Html Css Color HEX #B58FFA Biloba Flower

📋 copy color: '#B58FFA'

red 181 ◦ green 143 ◦ blue 250

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

Shades of Biloba Flower #B58FFA

Tints of Biloba Flower #B58FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.55%

R = 31.53%
G = 24.91%
B = 43.55%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B58FFA (or 0xB58FFA) is known color: Biloba Flower. HEX triplet: B5, 8F and FA. RGB value is (181,143,250). Sum of RGB (Red+Green+Blue) = 181+143+250=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #B58FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FFA is #4A7005. Grayscale: #A6A6A6. Windows color (decimal): -4878342 or 16420789. OLE color: 16420789.

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

Color convert

RGB 181 143 250 -
CMYK 0.28 0.43 0 0.02
HSL 261.31º 0.91% 0.77% -
HSV(B) 261.31º 0.43% 0.98% -
XYZ 46.13 36.37 95.03 -
YUV 166.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 181 143 250 0.28 0.43 0 0.02 261.31 0.91 0.77
Hex B5 8F FA 1C 2B 0 2 105 5B 4D
Octal 265 217 372 34 53 0 2 405 133 115
Binary 10110101 10001111 11111010 11100 101011 0 10 100000101 1011011 1001101

Color Harmonies of #B58FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FFA

Black with #B58FFA

Text Example


Text Example

White with #B58FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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