Html Css Color HEX #B450DD Medium Orchid

📋 copy color: '#B450DD'

red 180 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #B450DD

Tints of Medium Orchid #B450DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 37.42%
G = 16.63%
B = 45.95%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B450DD (or 0xB450DD) is known color: Medium Orchid. HEX triplet: B4, 50 and DD. RGB value is (180,80,221). Sum of RGB (Red+Green+Blue) = 180+80+221=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B450DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450DD is #4BAF22. Grayscale: #7D7D7D. Windows color (decimal): -4960035 or 14504116. OLE color: 14504116.

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

Color convert

RGB 180 80 221 -
CMYK 0.19 0.64 0 0.13
HSL 282.55º 0.67% 0.59% -
HSV(B) 282.55º 0.64% 0.87% -
XYZ 34.74 20.66 70.56 -
YUV 125.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 180 80 221 0.19 0.64 0 0.13 282.55 0.67 0.59
Hex B4 50 DD 13 40 0 D 11B 43 3B
Octal 264 120 335 23 100 0 15 433 103 73
Binary 10110100 1010000 11011101 10011 1000000 0 1101 100011011 1000011 111011

Color Harmonies of #B450DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450DD

Black with #B450DD

Text Example


Text Example

White with #B450DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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