Html Css Color HEX #B483D7 Biloba Flower

📋 copy color: '#B483D7'

red 180 ◦ green 131 ◦ blue 215

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

Shades of Biloba Flower #B483D7

Tints of Biloba Flower #B483D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 34.22%
G = 24.9%
B = 40.87%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B483D7 (or 0xB483D7) is known color: Biloba Flower. HEX triplet: B4, 83 and D7. RGB value is (180,131,215). Sum of RGB (Red+Green+Blue) = 180+131+215=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #B483D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483D7 is #4B7C28. Grayscale: #9A9A9A. Windows color (decimal): -4946985 or 14123956. OLE color: 14123956.

HSL color Cylindrical-coordinate representation of color #B483D7: hue angle of 275º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B483D7 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 131 215 -
CMYK 0.16 0.39 0 0.16
HSL 275º 0.51% 0.68% -
HSV(B) 275º 0.39% 0.84% -
XYZ 39.2 30.84 68.18 -
YUV 155.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 180 131 215 0.16 0.39 0 0.16 275 0.51 0.68
Hex B4 83 D7 10 27 0 10 113 33 44
Octal 264 203 327 20 47 0 20 423 63 104
Binary 10110100 10000011 11010111 10000 100111 0 10000 100010011 110011 1000100

Color Harmonies of #B483D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483D7

Black with #B483D7

Text Example


Text Example

White with #B483D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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