Html Css Color HEX #B447DB Medium Orchid

📋 copy color: '#B447DB'

red 180 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #B447DB

Tints of Medium Orchid #B447DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.11%

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

R = 38.3%
G = 15.11%
B = 46.6%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B447DB (or 0xB447DB) is known color: Medium Orchid. HEX triplet: B4, 47 and DB. RGB value is (180,71,219). Sum of RGB (Red+Green+Blue) = 180+71+219=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B447DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447DB is #4BB824. Grayscale: #777777. Windows color (decimal): -4962341 or 14370740. OLE color: 14370740.

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

Color convert

RGB 180 71 219 -
CMYK 0.18 0.68 0 0.14
HSL 284.19º 0.67% 0.57% -
HSV(B) 284.19º 0.68% 0.86% -
XYZ 33.86 19.32 68.96 -
YUV 120.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 180 71 219 0.18 0.68 0 0.14 284.19 0.67 0.57
Hex B4 47 DB 12 44 0 E 11C 43 39
Octal 264 107 333 22 104 0 16 434 103 71
Binary 10110100 1000111 11011011 10010 1000100 0 1110 100011100 1000011 111001

Color Harmonies of #B447DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447DB

Black with #B447DB

Text Example


Text Example

White with #B447DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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