Html Css Color HEX #B4A3CD Biloba Flower

📋 copy color: '#B4A3CD'

red 180 ◦ green 163 ◦ blue 205

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

Shades of Biloba Flower #B4A3CD

Tints of Biloba Flower #B4A3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.74%

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 32.85%
G = 29.74%
B = 37.41%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4A3CD (or 0xB4A3CD) is known color: Biloba Flower. HEX triplet: B4, A3 and CD. RGB value is (180,163,205). Sum of RGB (Red+Green+Blue) = 180+163+205=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3CD is #4B5C32. Grayscale: #ACACAC. Windows color (decimal): -4938803 or 13476788. OLE color: 13476788.

HSL color Cylindrical-coordinate representation of color #B4A3CD: hue angle of 264.29º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4A3CD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 163 205 -
CMYK 0.12 0.20 0 0.20
HSL 264.29º 0.3% 0.72% -
HSV(B) 264.29º 0.2% 0.8% -
XYZ 42.94 40.31 63.27 -
YUV 172.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 180 163 205 0.12 0.20 0 0.20 264.29 0.3 0.72
Hex B4 A3 CD C 14 0 14 108 1E 48
Octal 264 243 315 14 24 0 24 410 36 110
Binary 10110100 10100011 11001101 1100 10100 0 10100 100001000 11110 1001000

Color Harmonies of #B4A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A3CD

Black with #B4A3CD

Text Example


Text Example

White with #B4A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A3CD; }

 p { color: rgb(180,163,205); }

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

background-color css

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

 a { background-color: rgb(180,163,205); }

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

border-color css

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

 span { border-color: rgb(180,163,205); }

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