Html Css Color HEX #B45CCD Medium Orchid

📋 copy color: '#B45CCD'

red 180 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #B45CCD

Tints of Medium Orchid #B45CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

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

R = 37.74%
G = 19.29%
B = 42.98%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45CCD (or 0xB45CCD) is known color: Medium Orchid. HEX triplet: B4, 5C and CD. RGB value is (180,92,205). Sum of RGB (Red+Green+Blue) = 180+92+205=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B45CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CCD is #4BA332. Grayscale: #828282. Windows color (decimal): -4956979 or 13458612. OLE color: 13458612.

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

Color convert

RGB 180 92 205 -
CMYK 0.12 0.55 0 0.20
HSL 286.73º 0.53% 0.58% -
HSV(B) 286.73º 0.55% 0.8% -
XYZ 33.67 21.77 60.18 -
YUV 131.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 180 92 205 0.12 0.55 0 0.20 286.73 0.53 0.58
Hex B4 5C CD C 37 0 14 11F 35 3A
Octal 264 134 315 14 67 0 24 437 65 72
Binary 10110100 1011100 11001101 1100 110111 0 10100 100011111 110101 111010

Color Harmonies of #B45CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CCD

Black with #B45CCD

Text Example


Text Example

White with #B45CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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