Html Css Color HEX #B47DE4 Biloba Flower

📋 copy color: '#B47DE4'

red 180 ◦ green 125 ◦ blue 228

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

Shades of Biloba Flower #B47DE4

Tints of Biloba Flower #B47DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 33.77%
G = 23.45%
B = 42.78%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B47DE4 (or 0xB47DE4) is known color: Biloba Flower. HEX triplet: B4, 7D and E4. RGB value is (180,125,228). Sum of RGB (Red+Green+Blue) = 180+125+228=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #B47DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DE4 is #4B821B. Grayscale: #989898. Windows color (decimal): -4948508 or 14974388. OLE color: 14974388.

HSL color Cylindrical-coordinate representation of color #B47DE4: hue angle of 272.04º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B47DE4 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 125 228 -
CMYK 0.21 0.45 0 0.11
HSL 272.04º 0.66% 0.69% -
HSV(B) 272.04º 0.45% 0.89% -
XYZ 40.16 29.97 77.07 -
YUV 153.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 180 125 228 0.21 0.45 0 0.11 272.04 0.66 0.69
Hex B4 7D E4 15 2D 0 B 110 42 45
Octal 264 175 344 25 55 0 13 420 102 105
Binary 10110100 1111101 11100100 10101 101101 0 1011 100010000 1000010 1000101

Color Harmonies of #B47DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DE4

Black with #B47DE4

Text Example


Text Example

White with #B47DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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