Html Css Color HEX #B942DF Medium Orchid

📋 copy color: '#B942DF'

red 185 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #B942DF

Tints of Medium Orchid #B942DF

RGB

 RED value IS 185 (72.66% from 255) = 39.03%

 GREEN value IS 66 (26.17% from 255) = 13.92%

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

R = 39.03%
G = 13.92%
B = 47.05%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B942DF (or 0xB942DF) is known color: Medium Orchid. HEX triplet: B9, 42 and DF. RGB value is (185,66,223). Sum of RGB (Red+Green+Blue) = 185+66+223=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #B942DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942DF is #46BD20. Grayscale: #767676. Windows color (decimal): -4635937 or 14631609. OLE color: 14631609.

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

Color convert

RGB 185 66 223 -
CMYK 0.17 0.70 0 0.13
HSL 285.48º 0.71% 0.57% -
HSV(B) 285.48º 0.7% 0.87% -
XYZ 35.28 19.54 71.72 -
YUV 119.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 185 66 223 0.17 0.70 0 0.13 285.48 0.71 0.57
Hex B9 42 DF 11 46 0 D 11D 47 39
Octal 271 102 337 21 106 0 15 435 107 71
Binary 10111001 1000010 11011111 10001 1000110 0 1101 100011101 1000111 111001

Color Harmonies of #B942DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942DF

Black with #B942DF

Text Example


Text Example

White with #B942DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942DF; }

 p { color: rgb(185,66,223); }

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

background-color css

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

 a { background-color: rgb(185,66,223); }

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

border-color css

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

 span { border-color: rgb(185,66,223); }

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