Html Css Color HEX #B845CD Medium Orchid

📋 copy color: '#B845CD'

red 184 ◦ green 69 ◦ blue 205

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

Shades of Medium Orchid #B845CD

Tints of Medium Orchid #B845CD

RGB

 RED value IS 184 (72.27% from 255) = 40.17%

 GREEN value IS 69 (27.34% from 255) = 15.07%

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

R = 40.17%
G = 15.07%
B = 44.76%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B845CD (or 0xB845CD) is known color: Medium Orchid. HEX triplet: B8, 45 and CD. RGB value is (184,69,205). Sum of RGB (Red+Green+Blue) = 184+69+205=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #B845CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845CD is #47BA32. Grayscale: #767676. Windows color (decimal): -4700723 or 13452728. OLE color: 13452728.

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

Color convert

RGB 184 69 205 -
CMYK 0.10 0.66 0 0.20
HSL 290.74º 0.58% 0.54% -
HSV(B) 290.74º 0.66% 0.8% -
XYZ 32.91 18.85 59.66 -
YUV 118.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 184 69 205 0.10 0.66 0 0.20 290.74 0.58 0.54
Hex B8 45 CD A 42 0 14 123 3A 36
Octal 270 105 315 12 102 0 24 443 72 66
Binary 10111000 1000101 11001101 1010 1000010 0 10100 100100011 111010 110110

Color Harmonies of #B845CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845CD

Black with #B845CD

Text Example


Text Example

White with #B845CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845CD; }

 p { color: rgb(184,69,205); }

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

background-color css

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

 a { background-color: rgb(184,69,205); }

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

border-color css

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

 span { border-color: rgb(184,69,205); }

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