Html Css Color HEX #B941ED Medium Orchid

📋 copy color: '#B941ED'

red 185 ◦ green 65 ◦ blue 237

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

Shades of Medium Orchid #B941ED

Tints of Medium Orchid #B941ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 37.99%
G = 13.35%
B = 48.67%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B941ED (or 0xB941ED) is known color: Medium Orchid. HEX triplet: B9, 41 and ED. RGB value is (185,65,237). Sum of RGB (Red+Green+Blue) = 185+65+237=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #B941ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941ED is #46BE12. Grayscale: #777777. Windows color (decimal): -4636179 or 15548857. OLE color: 15548857.

HSL color Cylindrical-coordinate representation of color #B941ED: hue angle of 281.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B941ED is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 65 237 -
CMYK 0.22 0.73 0 0.07
HSL 281.86º 0.83% 0.59% -
HSV(B) 281.86º 0.73% 0.93% -
XYZ 37.18 20.21 82.06 -
YUV 120.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 185 65 237 0.22 0.73 0 0.07 281.86 0.83 0.59
Hex B9 41 ED 16 49 0 7 11A 53 3B
Octal 271 101 355 26 111 0 7 432 123 73
Binary 10111001 1000001 11101101 10110 1001001 0 111 100011010 1010011 111011

Color Harmonies of #B941ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941ED

Black with #B941ED

Text Example


Text Example

White with #B941ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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