Html Css Color HEX #B450DC Medium Orchid

📋 copy color: '#B450DC'

red 180 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #B450DC

Tints of Medium Orchid #B450DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 37.5%
G = 16.67%
B = 45.83%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B450DC (or 0xB450DC) is known color: Medium Orchid. HEX triplet: B4, 50 and DC. RGB value is (180,80,220). Sum of RGB (Red+Green+Blue) = 180+80+220=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #B450DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450DC is #4BAF23. Grayscale: #7D7D7D. Windows color (decimal): -4960036 or 14438580. OLE color: 14438580.

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

Color convert

RGB 180 80 220 -
CMYK 0.18 0.64 0 0.14
HSL 282.86º 0.67% 0.59% -
HSV(B) 282.86º 0.64% 0.86% -
XYZ 34.61 20.61 69.86 -
YUV 125.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 180 80 220 0.18 0.64 0 0.14 282.86 0.67 0.59
Hex B4 50 DC 12 40 0 E 11B 43 3B
Octal 264 120 334 22 100 0 16 433 103 73
Binary 10110100 1010000 11011100 10010 1000000 0 1110 100011011 1000011 111011

Color Harmonies of #B450DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450DC

Black with #B450DC

Text Example


Text Example

White with #B450DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450DC; }

 p { color: rgb(180,80,220); }

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

background-color css

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

 a { background-color: rgb(180,80,220); }

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

border-color css

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

 span { border-color: rgb(180,80,220); }

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