Html Css Color HEX #B487DF Biloba Flower

📋 copy color: '#B487DF'

red 180 ◦ green 135 ◦ blue 223

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

Shades of Biloba Flower #B487DF

Tints of Biloba Flower #B487DF

RGB

 RED value IS 180 (70.7% from 255) = 33.46%

 GREEN value IS 135 (53.13% from 255) = 25.09%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 33.46%
G = 25.09%
B = 41.45%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B487DF (or 0xB487DF) is known color: Biloba Flower. HEX triplet: B4, 87 and DF. RGB value is (180,135,223). Sum of RGB (Red+Green+Blue) = 180+135+223=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B487DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487DF is #4B7820. Grayscale: #9E9E9E. Windows color (decimal): -4945953 or 14649268. OLE color: 14649268.

HSL color Cylindrical-coordinate representation of color #B487DF: hue angle of 270.68º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B487DF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 135 223 -
CMYK 0.19 0.39 0 0.13
HSL 270.68º 0.58% 0.7% -
HSV(B) 270.68º 0.39% 0.87% -
XYZ 40.81 32.36 73.91 -
YUV 158.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 180 135 223 0.19 0.39 0 0.13 270.68 0.58 0.7
Hex B4 87 DF 13 27 0 D 10F 3A 46
Octal 264 207 337 23 47 0 15 417 72 106
Binary 10110100 10000111 11011111 10011 100111 0 1101 100001111 111010 1000110

Color Harmonies of #B487DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487DF

Black with #B487DF

Text Example


Text Example

White with #B487DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487DF; }

 p { color: rgb(180,135,223); }

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

background-color css

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

 a { background-color: rgb(180,135,223); }

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

border-color css

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

 span { border-color: rgb(180,135,223); }

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