Html Css Color HEX #B58CDA Biloba Flower

📋 copy color: '#B58CDA'

red 181 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B58CDA

Tints of Biloba Flower #B58CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 33.58%
G = 25.97%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B58CDA (or 0xB58CDA) is known color: Biloba Flower. HEX triplet: B5, 8C and DA. RGB value is (181,140,218). Sum of RGB (Red+Green+Blue) = 181+140+218=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #B58CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CDA is #4A7325. Grayscale: #A0A0A0. Windows color (decimal): -4879142 or 14322869. OLE color: 14322869.

HSL color Cylindrical-coordinate representation of color #B58CDA: hue angle of 271.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58CDA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 140 218 -
CMYK 0.17 0.36 0 0.15
HSL 271.54º 0.51% 0.7% -
HSV(B) 271.54º 0.36% 0.85% -
XYZ 41.09 33.64 70.66 -
YUV 161.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 181 140 218 0.17 0.36 0 0.15 271.54 0.51 0.7
Hex B5 8C DA 11 24 0 F 110 33 46
Octal 265 214 332 21 44 0 17 420 63 106
Binary 10110101 10001100 11011010 10001 100100 0 1111 100010000 110011 1000110

Color Harmonies of #B58CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CDA

Black with #B58CDA

Text Example


Text Example

White with #B58CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CDA; }

 p { color: rgb(181,140,218); }

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

background-color css

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

 a { background-color: rgb(181,140,218); }

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

border-color css

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

 span { border-color: rgb(181,140,218); }

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