Html Css Color HEX #B942DB Medium Orchid

📋 copy color: '#B942DB'

red 185 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #B942DB

Tints of Medium Orchid #B942DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 39.36%
G = 14.04%
B = 46.6%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B942DB (or 0xB942DB) is known color: Medium Orchid. HEX triplet: B9, 42 and DB. RGB value is (185,66,219). Sum of RGB (Red+Green+Blue) = 185+66+219=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B942DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942DB is #46BD24. Grayscale: #767676. Windows color (decimal): -4635941 or 14369465. OLE color: 14369465.

HSL color Cylindrical-coordinate representation of color #B942DB: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B942DB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 66 219 -
CMYK 0.16 0.70 0 0.14
HSL 286.67º 0.68% 0.56% -
HSV(B) 286.67º 0.7% 0.86% -
XYZ 34.74 19.33 68.92 -
YUV 119.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 185 66 219 0.16 0.70 0 0.14 286.67 0.68 0.56
Hex B9 42 DB 10 46 0 E 11F 44 38
Octal 271 102 333 20 106 0 16 437 104 70
Binary 10111001 1000010 11011011 10000 1000110 0 1110 100011111 1000100 111000

Color Harmonies of #B942DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942DB

Black with #B942DB

Text Example


Text Example

White with #B942DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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