Html Css Color HEX #B58BF7 Biloba Flower

📋 copy color: '#B58BF7'

red 181 ◦ green 139 ◦ blue 247

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

Shades of Biloba Flower #B58BF7

Tints of Biloba Flower #B58BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.56%

R = 31.92%
G = 24.51%
B = 43.56%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B58BF7 (or 0xB58BF7) is known color: Biloba Flower. HEX triplet: B5, 8B and F7. RGB value is (181,139,247). Sum of RGB (Red+Green+Blue) = 181+139+247=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #B58BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BF7 is #4A7408. Grayscale: #A3A3A3. Windows color (decimal): -4879369 or 16223157. OLE color: 16223157.

HSL color Cylindrical-coordinate representation of color #B58BF7: hue angle of 263.33º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58BF7 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 139 247 -
CMYK 0.27 0.44 0 0.03
HSL 263.33º 0.87% 0.76% -
HSV(B) 263.33º 0.44% 0.97% -
XYZ 45.08 35 92.38 -
YUV 163.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 181 139 247 0.27 0.44 0 0.03 263.33 0.87 0.76
Hex B5 8B F7 1B 2C 0 3 107 57 4C
Octal 265 213 367 33 54 0 3 407 127 114
Binary 10110101 10001011 11110111 11011 101100 0 11 100000111 1010111 1001100

Color Harmonies of #B58BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BF7

Black with #B58BF7

Text Example


Text Example

White with #B58BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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