Html Css Color HEX #B942CD Medium Orchid

📋 copy color: '#B942CD'

red 185 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #B942CD

Tints of Medium Orchid #B942CD

RGB

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

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

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

R = 40.57%
G = 14.47%
B = 44.96%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B942CD (or 0xB942CD) is known color: Medium Orchid. HEX triplet: B9, 42 and CD. RGB value is (185,66,205). Sum of RGB (Red+Green+Blue) = 185+66+205=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #B942CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CD is #46BD32. Grayscale: #747474. Windows color (decimal): -4635955 or 13451961. OLE color: 13451961.

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

Color convert

RGB 185 66 205 -
CMYK 0.10 0.68 0 0.20
HSL 291.37º 0.58% 0.53% -
HSV(B) 291.37º 0.68% 0.8% -
XYZ 32.98 18.62 59.61 -
YUV 117.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 185 66 205 0.10 0.68 0 0.20 291.37 0.58 0.53
Hex B9 42 CD A 44 0 14 123 3A 35
Octal 271 102 315 12 104 0 24 443 72 65
Binary 10111001 1000010 11001101 1010 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B942CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942CD

Black with #B942CD

Text Example


Text Example

White with #B942CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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