Html Css Color HEX #B845DF Medium Orchid

📋 copy color: '#B845DF'

red 184 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #B845DF

Tints of Medium Orchid #B845DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 38.66%
G = 14.5%
B = 46.85%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B845DF (or 0xB845DF) is known color: Medium Orchid. HEX triplet: B8, 45 and DF. RGB value is (184,69,223). Sum of RGB (Red+Green+Blue) = 184+69+223=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #B845DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845DF is #47BA20. Grayscale: #787878. Windows color (decimal): -4700705 or 14632376. OLE color: 14632376.

HSL color Cylindrical-coordinate representation of color #B845DF: hue angle of 284.81º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B845DF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 69 223 -
CMYK 0.17 0.69 0 0.13
HSL 284.81º 0.71% 0.57% -
HSV(B) 284.81º 0.69% 0.87% -
XYZ 35.21 19.77 71.77 -
YUV 120.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 184 69 223 0.17 0.69 0 0.13 284.81 0.71 0.57
Hex B8 45 DF 11 45 0 D 11D 47 39
Octal 270 105 337 21 105 0 15 435 107 71
Binary 10111000 1000101 11011111 10001 1000101 0 1101 100011101 1000111 111001

Color Harmonies of #B845DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845DF

Black with #B845DF

Text Example


Text Example

White with #B845DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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