Html Css Color HEX #B47BDF Biloba Flower

📋 copy color: '#B47BDF'

red 180 ◦ green 123 ◦ blue 223

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

Shades of Biloba Flower #B47BDF

Tints of Biloba Flower #B47BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.38%

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

R = 34.22%
G = 23.38%
B = 42.4%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B47BDF (or 0xB47BDF) is known color: Biloba Flower. HEX triplet: B4, 7B and DF. RGB value is (180,123,223). Sum of RGB (Red+Green+Blue) = 180+123+223=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B47BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BDF is #4B8420. Grayscale: #979797. Windows color (decimal): -4949025 or 14646196. OLE color: 14646196.

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

Color convert

RGB 180 123 223 -
CMYK 0.19 0.45 0 0.13
HSL 274.2º 0.61% 0.68% -
HSV(B) 274.2º 0.45% 0.87% -
XYZ 39.22 29.2 73.38 -
YUV 151.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 180 123 223 0.19 0.45 0 0.13 274.2 0.61 0.68
Hex B4 7B DF 13 2D 0 D 112 3D 44
Octal 264 173 337 23 55 0 15 422 75 104
Binary 10110100 1111011 11011111 10011 101101 0 1101 100010010 111101 1000100

Color Harmonies of #B47BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BDF

Black with #B47BDF

Text Example


Text Example

White with #B47BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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