Html Css Color HEX #B45DC9 Medium Orchid

📋 copy color: '#B45DC9'

red 180 ◦ green 93 ◦ blue 201

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

Shades of Medium Orchid #B45DC9

Tints of Medium Orchid #B45DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.62%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 37.97%
G = 19.62%
B = 42.41%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B45DC9 (or 0xB45DC9) is known color: Medium Orchid. HEX triplet: B4, 5D and C9. RGB value is (180,93,201). Sum of RGB (Red+Green+Blue) = 180+93+201=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #B45DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DC9 is #4BA236. Grayscale: #828282. Windows color (decimal): -4956727 or 13196724. OLE color: 13196724.

HSL color Cylindrical-coordinate representation of color #B45DC9: hue angle of 288.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45DC9 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 93 201 -
CMYK 0.10 0.54 0 0.21
HSL 288.33º 0.5% 0.58% -
HSV(B) 288.33º 0.54% 0.79% -
XYZ 33.28 21.75 57.7 -
YUV 131.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 180 93 201 0.10 0.54 0 0.21 288.33 0.5 0.58
Hex B4 5D C9 A 36 0 15 120 32 3A
Octal 264 135 311 12 66 0 25 440 62 72
Binary 10110100 1011101 11001001 1010 110110 0 10101 100100000 110010 111010

Color Harmonies of #B45DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DC9

Black with #B45DC9

Text Example


Text Example

White with #B45DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DC9; }

 p { color: rgb(180,93,201); }

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

background-color css

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

 a { background-color: rgb(180,93,201); }

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

border-color css

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

 span { border-color: rgb(180,93,201); }

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