Html Css Color HEX #B942ED Medium Orchid

📋 copy color: '#B942ED'

red 185 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #B942ED

Tints of Medium Orchid #B942ED

RGB

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

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

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

R = 37.91%
G = 13.52%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B942ED (or 0xB942ED) is known color: Medium Orchid. HEX triplet: B9, 42 and ED. RGB value is (185,66,237). Sum of RGB (Red+Green+Blue) = 185+66+237=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #B942ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942ED is #46BD12. Grayscale: #787878. Windows color (decimal): -4635923 or 15549113. OLE color: 15549113.

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

Color convert

RGB 185 66 237 -
CMYK 0.22 0.72 0 0.07
HSL 281.75º 0.83% 0.59% -
HSV(B) 281.75º 0.72% 0.93% -
XYZ 37.24 20.33 82.08 -
YUV 121.08 193.42 173.6 -
System Red Green Blue C M Y K H S L
Decimal 185 66 237 0.22 0.72 0 0.07 281.75 0.83 0.59
Hex B9 42 ED 16 48 0 7 11A 53 3B
Octal 271 102 355 26 110 0 7 432 123 73
Binary 10111001 1000010 11101101 10110 1001000 0 111 100011010 1010011 111011

Color Harmonies of #B942ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942ED

Black with #B942ED

Text Example


Text Example

White with #B942ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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