Html Css Color HEX #B47DE6 Biloba Flower

📋 copy color: '#B47DE6'

red 180 ◦ green 125 ◦ blue 230

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

Shades of Biloba Flower #B47DE6

Tints of Biloba Flower #B47DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 33.64%
G = 23.36%
B = 42.99%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B47DE6 (or 0xB47DE6) is known color: Biloba Flower. HEX triplet: B4, 7D and E6. RGB value is (180,125,230). Sum of RGB (Red+Green+Blue) = 180+125+230=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #B47DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DE6 is #4B8219. Grayscale: #999999. Windows color (decimal): -4948506 or 15105460. OLE color: 15105460.

HSL color Cylindrical-coordinate representation of color #B47DE6: hue angle of 271.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47DE6 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 125 230 -
CMYK 0.22 0.46 0 0.10
HSL 271.43º 0.68% 0.7% -
HSV(B) 271.43º 0.46% 0.9% -
XYZ 40.44 30.08 78.54 -
YUV 153.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 180 125 230 0.22 0.46 0 0.10 271.43 0.68 0.7
Hex B4 7D E6 16 2E 0 A 10F 44 46
Octal 264 175 346 26 56 0 12 417 104 106
Binary 10110100 1111101 11100110 10110 101110 0 1010 100001111 1000100 1000110

Color Harmonies of #B47DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DE6

Black with #B47DE6

Text Example


Text Example

White with #B47DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DE6; }

 p { color: rgb(180,125,230); }

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

background-color css

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

 a { background-color: rgb(180,125,230); }

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

border-color css

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

 span { border-color: rgb(180,125,230); }

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