Html Css Color HEX #B482DF Biloba Flower

📋 copy color: '#B482DF'

red 180 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #B482DF

Tints of Biloba Flower #B482DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.39%

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

R = 33.77%
G = 24.39%
B = 41.84%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B482DF (or 0xB482DF) is known color: Biloba Flower. HEX triplet: B4, 82 and DF. RGB value is (180,130,223). Sum of RGB (Red+Green+Blue) = 180+130+223=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B482DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482DF is #4B7D20. Grayscale: #9B9B9B. Windows color (decimal): -4947233 or 14647988. OLE color: 14647988.

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

Color convert

RGB 180 130 223 -
CMYK 0.19 0.42 0 0.13
HSL 272.26º 0.59% 0.69% -
HSV(B) 272.26º 0.42% 0.87% -
XYZ 40.12 31 73.68 -
YUV 155.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 180 130 223 0.19 0.42 0 0.13 272.26 0.59 0.69
Hex B4 82 DF 13 2A 0 D 110 3B 45
Octal 264 202 337 23 52 0 15 420 73 105
Binary 10110100 10000010 11011111 10011 101010 0 1101 100010000 111011 1000101

Color Harmonies of #B482DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482DF

Black with #B482DF

Text Example


Text Example

White with #B482DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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