Html Css Color HEX #B483DC Biloba Flower

📋 copy color: '#B483DC'

red 180 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #B483DC

Tints of Biloba Flower #B483DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.67%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 33.9%
G = 24.67%
B = 41.43%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B483DC (or 0xB483DC) is known color: Biloba Flower. HEX triplet: B4, 83 and DC. RGB value is (180,131,220). Sum of RGB (Red+Green+Blue) = 180+131+220=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B483DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483DC is #4B7C23. Grayscale: #9B9B9B. Windows color (decimal): -4946980 or 14451636. OLE color: 14451636.

HSL color Cylindrical-coordinate representation of color #B483DC: hue angle of 273.03º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B483DC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 131 220 -
CMYK 0.18 0.40 0 0.14
HSL 273.03º 0.56% 0.69% -
HSV(B) 273.03º 0.4% 0.86% -
XYZ 39.86 31.1 71.61 -
YUV 155.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 180 131 220 0.18 0.40 0 0.14 273.03 0.56 0.69
Hex B4 83 DC 12 28 0 E 111 38 45
Octal 264 203 334 22 50 0 16 421 70 105
Binary 10110100 10000011 11011100 10010 101000 0 1110 100010001 111000 1000101

Color Harmonies of #B483DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483DC

Black with #B483DC

Text Example


Text Example

White with #B483DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483DC; }

 p { color: rgb(180,131,220); }

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

background-color css

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

 a { background-color: rgb(180,131,220); }

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

border-color css

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

 span { border-color: rgb(180,131,220); }

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