Html Css Color HEX #B941D0 Medium Orchid

📋 copy color: '#B941D0'

red 185 ◦ green 65 ◦ blue 208

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

Shades of Medium Orchid #B941D0

Tints of Medium Orchid #B941D0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.19%

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

R = 40.39%
G = 14.19%
B = 45.41%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B941D0 (or 0xB941D0) is known color: Medium Orchid. HEX triplet: B9, 41 and D0. RGB value is (185,65,208). Sum of RGB (Red+Green+Blue) = 185+65+208=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #B941D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941D0 is #46BE2F. Grayscale: #747474. Windows color (decimal): -4636208 or 13648313. OLE color: 13648313.

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

Color convert

RGB 185 65 208 -
CMYK 0.11 0.69 0 0.18
HSL 290.35º 0.6% 0.54% -
HSV(B) 290.35º 0.69% 0.82% -
XYZ 33.28 18.65 61.52 -
YUV 117.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 185 65 208 0.11 0.69 0 0.18 290.35 0.6 0.54
Hex B9 41 D0 B 45 0 12 122 3C 36
Octal 271 101 320 13 105 0 22 442 74 66
Binary 10111001 1000001 11010000 1011 1000101 0 10010 100100010 111100 110110

Color Harmonies of #B941D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941D0

Black with #B941D0

Text Example


Text Example

White with #B941D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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