Html Css Color HEX #B450D1 Medium Orchid

📋 copy color: '#B450D1'

red 180 ◦ green 80 ◦ blue 209

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

Shades of Medium Orchid #B450D1

Tints of Medium Orchid #B450D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 38.38%
G = 17.06%
B = 44.56%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B450D1 (or 0xB450D1) is known color: Medium Orchid. HEX triplet: B4, 50 and D1. RGB value is (180,80,209). Sum of RGB (Red+Green+Blue) = 180+80+209=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #B450D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450D1 is #4BAF2E. Grayscale: #7C7C7C. Windows color (decimal): -4960047 or 13717684. OLE color: 13717684.

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

Color convert

RGB 180 80 209 -
CMYK 0.14 0.62 0 0.18
HSL 286.51º 0.58% 0.57% -
HSV(B) 286.51º 0.62% 0.82% -
XYZ 33.2 20.04 62.44 -
YUV 124.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 180 80 209 0.14 0.62 0 0.18 286.51 0.58 0.57
Hex B4 50 D1 E 3E 0 12 11F 3A 39
Octal 264 120 321 16 76 0 22 437 72 71
Binary 10110100 1010000 11010001 1110 111110 0 10010 100011111 111010 111001

Color Harmonies of #B450D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450D1

Black with #B450D1

Text Example


Text Example

White with #B450D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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