Html Css Color HEX #B483DA Biloba Flower

📋 copy color: '#B483DA'

red 180 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #B483DA

Tints of Biloba Flower #B483DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 34.03%
G = 24.76%
B = 41.21%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B483DA (or 0xB483DA) is known color: Biloba Flower. HEX triplet: B4, 83 and DA. RGB value is (180,131,218). Sum of RGB (Red+Green+Blue) = 180+131+218=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #B483DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483DA is #4B7C25. Grayscale: #9B9B9B. Windows color (decimal): -4946982 or 14320564. OLE color: 14320564.

HSL color Cylindrical-coordinate representation of color #B483DA: hue angle of 273.79º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B483DA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 131 218 -
CMYK 0.17 0.40 0 0.15
HSL 273.79º 0.54% 0.68% -
HSV(B) 273.79º 0.4% 0.85% -
XYZ 39.59 31 70.23 -
YUV 155.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 180 131 218 0.17 0.40 0 0.15 273.79 0.54 0.68
Hex B4 83 DA 11 28 0 F 112 36 44
Octal 264 203 332 21 50 0 17 422 66 104
Binary 10110100 10000011 11011010 10001 101000 0 1111 100010010 110110 1000100

Color Harmonies of #B483DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483DA

Black with #B483DA

Text Example


Text Example

White with #B483DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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