Html Css Color HEX #B58BF3 Biloba Flower

📋 copy color: '#B58BF3'

red 181 ◦ green 139 ◦ blue 243

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

Shades of Biloba Flower #B58BF3

Tints of Biloba Flower #B58BF3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.69%

 BLUE value IS 243 (95.31% from 255) = 43.16%

R = 32.15%
G = 24.69%
B = 43.16%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B58BF3 (or 0xB58BF3) is known color: Biloba Flower. HEX triplet: B5, 8B and F3. RGB value is (181,139,243). Sum of RGB (Red+Green+Blue) = 181+139+243=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #B58BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BF3 is #4A740C. Grayscale: #A3A3A3. Windows color (decimal): -4879373 or 15961013. OLE color: 15961013.

HSL color Cylindrical-coordinate representation of color #B58BF3: hue angle of 264.23º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58BF3 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 139 243 -
CMYK 0.26 0.43 0 0.05
HSL 264.23º 0.81% 0.75% -
HSV(B) 264.23º 0.43% 0.95% -
XYZ 44.47 34.76 89.16 -
YUV 163.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 181 139 243 0.26 0.43 0 0.05 264.23 0.81 0.75
Hex B5 8B F3 1A 2B 0 5 108 51 4B
Octal 265 213 363 32 53 0 5 410 121 113
Binary 10110101 10001011 11110011 11010 101011 0 101 100001000 1010001 1001011

Color Harmonies of #B58BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BF3

Black with #B58BF3

Text Example


Text Example

White with #B58BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BF3; }

 p { color: rgb(181,139,243); }

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

background-color css

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

 a { background-color: rgb(181,139,243); }

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

border-color css

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

 span { border-color: rgb(181,139,243); }

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