Html Css Color HEX #B439DB Medium Orchid

📋 copy color: '#B439DB'

red 180 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #B439DB

Tints of Medium Orchid #B439DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.5%

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

R = 39.47%
G = 12.5%
B = 48.03%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B439DB (or 0xB439DB) is known color: Medium Orchid. HEX triplet: B4, 39 and DB. RGB value is (180,57,219). Sum of RGB (Red+Green+Blue) = 180+57+219=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B439DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439DB is #4BC624. Grayscale: #6F6F6F. Windows color (decimal): -4965925 or 14367156. OLE color: 14367156.

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

Color convert

RGB 180 57 219 -
CMYK 0.18 0.74 0 0.14
HSL 285.56º 0.69% 0.54% -
HSV(B) 285.56º 0.74% 0.86% -
XYZ 33.07 17.74 68.7 -
YUV 112.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 180 57 219 0.18 0.74 0 0.14 285.56 0.69 0.54
Hex B4 39 DB 12 4A 0 E 11E 45 36
Octal 264 71 333 22 112 0 16 436 105 66
Binary 10110100 111001 11011011 10010 1001010 0 1110 100011110 1000101 110110

Color Harmonies of #B439DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439DB

Black with #B439DB

Text Example


Text Example

White with #B439DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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