Html Css Color HEX #B47FDA Biloba Flower

📋 copy color: '#B47FDA'

red 180 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #B47FDA

Tints of Biloba Flower #B47FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.19%

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

R = 34.29%
G = 24.19%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B47FDA (or 0xB47FDA) is known color: Biloba Flower. HEX triplet: B4, 7F and DA. RGB value is (180,127,218). Sum of RGB (Red+Green+Blue) = 180+127+218=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B47FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FDA is #4B8025. Grayscale: #989898. Windows color (decimal): -4948006 or 14319540. OLE color: 14319540.

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

Color convert

RGB 180 127 218 -
CMYK 0.17 0.42 0 0.15
HSL 274.95º 0.55% 0.68% -
HSV(B) 274.95º 0.42% 0.85% -
XYZ 39.07 29.94 70.05 -
YUV 153.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 180 127 218 0.17 0.42 0 0.15 274.95 0.55 0.68
Hex B4 7F DA 11 2A 0 F 113 37 44
Octal 264 177 332 21 52 0 17 423 67 104
Binary 10110100 1111111 11011010 10001 101010 0 1111 100010011 110111 1000100

Color Harmonies of #B47FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47FDA

Black with #B47FDA

Text Example


Text Example

White with #B47FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47FDA; }

 p { color: rgb(180,127,218); }

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

background-color css

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

 a { background-color: rgb(180,127,218); }

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

border-color css

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

 span { border-color: rgb(180,127,218); }

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