Html Css Color HEX #B942D8 Medium Orchid

📋 copy color: '#B942D8'

red 185 ◦ green 66 ◦ blue 216

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

Shades of Medium Orchid #B942D8

Tints of Medium Orchid #B942D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 39.61%
G = 14.13%
B = 46.25%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B942D8 (or 0xB942D8) is known color: Medium Orchid. HEX triplet: B9, 42 and D8. RGB value is (185,66,216). Sum of RGB (Red+Green+Blue) = 185+66+216=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #B942D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942D8 is #46BD27. Grayscale: #767676. Windows color (decimal): -4635944 or 14172857. OLE color: 14172857.

HSL color Cylindrical-coordinate representation of color #B942D8: hue angle of 287.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B942D8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 66 216 -
CMYK 0.14 0.69 0 0.15
HSL 287.6º 0.66% 0.55% -
HSV(B) 287.6º 0.69% 0.85% -
XYZ 34.35 19.17 66.86 -
YUV 118.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 185 66 216 0.14 0.69 0 0.15 287.6 0.66 0.55
Hex B9 42 D8 E 45 0 F 120 42 37
Octal 271 102 330 16 105 0 17 440 102 67
Binary 10111001 1000010 11011000 1110 1000101 0 1111 100100000 1000010 110111

Color Harmonies of #B942D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942D8

Black with #B942D8

Text Example


Text Example

White with #B942D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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