Html Css Color HEX #B942D0 Medium Orchid

📋 copy color: '#B942D0'

red 185 ◦ green 66 ◦ blue 208

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

Shades of Medium Orchid #B942D0

Tints of Medium Orchid #B942D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 40.31%
G = 14.38%
B = 45.32%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B942D0 (or 0xB942D0) is known color: Medium Orchid. HEX triplet: B9, 42 and D0. RGB value is (185,66,208). Sum of RGB (Red+Green+Blue) = 185+66+208=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #B942D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942D0 is #46BD2F. Grayscale: #757575. Windows color (decimal): -4635952 or 13648569. OLE color: 13648569.

HSL color Cylindrical-coordinate representation of color #B942D0: hue angle of 290.28º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B942D0 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 66 208 -
CMYK 0.11 0.68 0 0.18
HSL 290.28º 0.6% 0.54% -
HSV(B) 290.28º 0.68% 0.82% -
XYZ 33.34 18.76 61.54 -
YUV 117.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 185 66 208 0.11 0.68 0 0.18 290.28 0.6 0.54
Hex B9 42 D0 B 44 0 12 122 3C 36
Octal 271 102 320 13 104 0 22 442 74 66
Binary 10111001 1000010 11010000 1011 1000100 0 10010 100100010 111100 110110

Color Harmonies of #B942D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942D0

Black with #B942D0

Text Example


Text Example

White with #B942D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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