Html Css Color HEX #B45DC7 Medium Orchid

📋 copy color: '#B45DC7'

red 180 ◦ green 93 ◦ blue 199

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

Shades of Medium Orchid #B45DC7

Tints of Medium Orchid #B45DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 38.14%
G = 19.7%
B = 42.16%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B45DC7 (or 0xB45DC7) is known color: Medium Orchid. HEX triplet: B4, 5D and C7. RGB value is (180,93,199). Sum of RGB (Red+Green+Blue) = 180+93+199=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #B45DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DC7 is #4BA238. Grayscale: #828282. Windows color (decimal): -4956729 or 13065652. OLE color: 13065652.

HSL color Cylindrical-coordinate representation of color #B45DC7: hue angle of 289.25º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45DC7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 93 199 -
CMYK 0.10 0.53 0 0.22
HSL 289.25º 0.49% 0.57% -
HSV(B) 289.25º 0.53% 0.78% -
XYZ 33.05 21.66 56.47 -
YUV 131.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 180 93 199 0.10 0.53 0 0.22 289.25 0.49 0.57
Hex B4 5D C7 A 35 0 16 121 31 39
Octal 264 135 307 12 65 0 26 441 61 71
Binary 10110100 1011101 11000111 1010 110101 0 10110 100100001 110001 111001

Color Harmonies of #B45DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DC7

Black with #B45DC7

Text Example


Text Example

White with #B45DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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