Html Css Color HEX #B45DCA Medium Orchid

📋 copy color: '#B45DCA'

red 180 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #B45DCA

Tints of Medium Orchid #B45DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 37.89%
G = 19.58%
B = 42.53%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B45DCA (or 0xB45DCA) is known color: Medium Orchid. HEX triplet: B4, 5D and CA. RGB value is (180,93,202). Sum of RGB (Red+Green+Blue) = 180+93+202=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #B45DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DCA is #4BA235. Grayscale: #838383. Windows color (decimal): -4956726 or 13262260. OLE color: 13262260.

HSL color Cylindrical-coordinate representation of color #B45DCA: hue angle of 287.89º degrees, saturation: 0.51, 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 #B45DCA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 93 202 -
CMYK 0.11 0.54 0 0.21
HSL 287.89º 0.51% 0.58% -
HSV(B) 287.89º 0.54% 0.79% -
XYZ 33.4 21.8 58.32 -
YUV 131.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 180 93 202 0.11 0.54 0 0.21 287.89 0.51 0.58
Hex B4 5D CA B 36 0 15 120 33 3A
Octal 264 135 312 13 66 0 25 440 63 72
Binary 10110100 1011101 11001010 1011 110110 0 10101 100100000 110011 111010

Color Harmonies of #B45DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DCA

Black with #B45DCA

Text Example


Text Example

White with #B45DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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