Html Css Color HEX #B483DF Biloba Flower

📋 copy color: '#B483DF'

red 180 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #B483DF

Tints of Biloba Flower #B483DF

RGB

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

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

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

R = 33.71%
G = 24.53%
B = 41.76%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B483DF (or 0xB483DF) is known color: Biloba Flower. HEX triplet: B4, 83 and DF. RGB value is (180,131,223). Sum of RGB (Red+Green+Blue) = 180+131+223=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B483DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483DF is #4B7C20. Grayscale: #9B9B9B. Windows color (decimal): -4946977 or 14648244. OLE color: 14648244.

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

Color convert

RGB 180 131 223 -
CMYK 0.19 0.41 0 0.13
HSL 271.96º 0.59% 0.69% -
HSV(B) 271.96º 0.41% 0.87% -
XYZ 40.26 31.26 73.72 -
YUV 156.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 180 131 223 0.19 0.41 0 0.13 271.96 0.59 0.69
Hex B4 83 DF 13 29 0 D 110 3B 45
Octal 264 203 337 23 51 0 15 420 73 105
Binary 10110100 10000011 11011111 10011 101001 0 1101 100010000 111011 1000101

Color Harmonies of #B483DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483DF

Black with #B483DF

Text Example


Text Example

White with #B483DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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