Html Css Color HEX #B45FCD Medium Orchid

📋 copy color: '#B45FCD'

red 180 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #B45FCD

Tints of Medium Orchid #B45FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.79%

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

R = 37.5%
G = 19.79%
B = 42.71%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45FCD (or 0xB45FCD) is known color: Medium Orchid. HEX triplet: B4, 5F and CD. RGB value is (180,95,205). Sum of RGB (Red+Green+Blue) = 180+95+205=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B45FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FCD is #4BA032. Grayscale: #848484. Windows color (decimal): -4956211 or 13459380. OLE color: 13459380.

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

Color convert

RGB 180 95 205 -
CMYK 0.12 0.54 0 0.20
HSL 286.36º 0.52% 0.59% -
HSV(B) 286.36º 0.54% 0.8% -
XYZ 33.93 22.3 60.27 -
YUV 132.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 180 95 205 0.12 0.54 0 0.20 286.36 0.52 0.59
Hex B4 5F CD C 36 0 14 11E 34 3B
Octal 264 137 315 14 66 0 24 436 64 73
Binary 10110100 1011111 11001101 1100 110110 0 10100 100011110 110100 111011

Color Harmonies of #B45FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FCD

Black with #B45FCD

Text Example


Text Example

White with #B45FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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