Html Css Color HEX #B450CD Medium Orchid

📋 copy color: '#B450CD'

red 180 ◦ green 80 ◦ blue 205

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

Shades of Medium Orchid #B450CD

Tints of Medium Orchid #B450CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 38.71%
G = 17.2%
B = 44.09%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B450CD (or 0xB450CD) is known color: Medium Orchid. HEX triplet: B4, 50 and CD. RGB value is (180,80,205). Sum of RGB (Red+Green+Blue) = 180+80+205=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B450CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450CD is #4BAF32. Grayscale: #7B7B7B. Windows color (decimal): -4960051 or 13455540. OLE color: 13455540.

HSL color Cylindrical-coordinate representation of color #B450CD: hue angle of 288º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B450CD is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 80 205 -
CMYK 0.12 0.61 0 0.20
HSL 288º 0.56% 0.56% -
HSV(B) 288º 0.61% 0.8% -
XYZ 32.71 19.85 59.86 -
YUV 124.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 180 80 205 0.12 0.61 0 0.20 288 0.56 0.56
Hex B4 50 CD C 3D 0 14 120 38 38
Octal 264 120 315 14 75 0 24 440 70 70
Binary 10110100 1010000 11001101 1100 111101 0 10100 100100000 111000 111000

Color Harmonies of #B450CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450CD

Black with #B450CD

Text Example


Text Example

White with #B450CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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