Html Css Color HEX #B58BFD Biloba Flower

📋 copy color: '#B58BFD'

red 181 ◦ green 139 ◦ blue 253

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

Shades of Biloba Flower #B58BFD

Tints of Biloba Flower #B58BFD

RGB

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

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

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

R = 31.59%
G = 24.26%
B = 44.15%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B58BFD (or 0xB58BFD) is known color: Biloba Flower. HEX triplet: B5, 8B and FD. RGB value is (181,139,253). Sum of RGB (Red+Green+Blue) = 181+139+253=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #B58BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BFD is #4A7402. Grayscale: #A4A4A4. Windows color (decimal): -4879363 or 16616373. OLE color: 16616373.

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

Color convert

RGB 181 139 253 -
CMYK 0.28 0.45 0 0.01
HSL 262.11º 0.97% 0.77% -
HSV(B) 262.11º 0.45% 0.99% -
XYZ 46.02 35.38 97.33 -
YUV 164.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 181 139 253 0.28 0.45 0 0.01 262.11 0.97 0.77
Hex B5 8B FD 1C 2D 0 1 106 61 4D
Octal 265 213 375 34 55 0 1 406 141 115
Binary 10110101 10001011 11111101 11100 101101 0 1 100000110 1100001 1001101

Color Harmonies of #B58BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BFD

Black with #B58BFD

Text Example


Text Example

White with #B58BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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