Html Css Color HEX #B58FEF Biloba Flower

📋 copy color: '#B58FEF'

red 181 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #B58FEF

Tints of Biloba Flower #B58FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 32.15%
G = 25.4%
B = 42.45%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B58FEF (or 0xB58FEF) is known color: Biloba Flower. HEX triplet: B5, 8F and EF. RGB value is (181,143,239). Sum of RGB (Red+Green+Blue) = 181+143+239=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #B58FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FEF is #4A7010. Grayscale: #A4A4A4. Windows color (decimal): -4878353 or 15699893. OLE color: 15699893.

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

Color convert

RGB 181 143 239 -
CMYK 0.24 0.40 0 0.06
HSL 263.75º 0.75% 0.75% -
HSV(B) 263.75º 0.4% 0.94% -
XYZ 44.46 35.7 86.21 -
YUV 165.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 181 143 239 0.24 0.40 0 0.06 263.75 0.75 0.75
Hex B5 8F EF 18 28 0 6 108 4B 4B
Octal 265 217 357 30 50 0 6 410 113 113
Binary 10110101 10001111 11101111 11000 101000 0 110 100001000 1001011 1001011

Color Harmonies of #B58FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FEF

Black with #B58FEF

Text Example


Text Example

White with #B58FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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