Html Css Color HEX #B483DB Biloba Flower

📋 copy color: '#B483DB'

red 180 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #B483DB

Tints of Biloba Flower #B483DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 33.96%
G = 24.72%
B = 41.32%

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

#B483DB (or 0xB483DB) is known color: Biloba Flower. HEX triplet: B4, 83 and DB. RGB value is (180,131,219). Sum of RGB (Red+Green+Blue) = 180+131+219=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B483DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483DB is #4B7C24. Grayscale: #9B9B9B. Windows color (decimal): -4946981 or 14386100. OLE color: 14386100.

HSL color Cylindrical-coordinate representation of color #B483DB: hue angle of 273.41º degrees, saturation: 0.55, 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 #B483DB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 131 219 -
CMYK 0.18 0.40 0 0.14
HSL 273.41º 0.55% 0.69% -
HSV(B) 273.41º 0.4% 0.86% -
XYZ 39.72 31.05 70.92 -
YUV 155.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 180 131 219 0.18 0.40 0 0.14 273.41 0.55 0.69
Hex B4 83 DB 12 28 0 E 111 37 45
Octal 264 203 333 22 50 0 16 421 67 105
Binary 10110100 10000011 11011011 10010 101000 0 1110 100010001 110111 1000101

Color Harmonies of #B483DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483DB

Black with #B483DB

Text Example


Text Example

White with #B483DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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