Html Css Color HEX #B942EF Medium Orchid

📋 copy color: '#B942EF'

red 185 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #B942EF

Tints of Medium Orchid #B942EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 37.76%
G = 13.47%
B = 48.78%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B942EF (or 0xB942EF) is known color: Medium Orchid. HEX triplet: B9, 42 and EF. RGB value is (185,66,239). Sum of RGB (Red+Green+Blue) = 185+66+239=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #B942EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942EF is #46BD10. Grayscale: #787878. Windows color (decimal): -4635921 or 15680185. OLE color: 15680185.

HSL color Cylindrical-coordinate representation of color #B942EF: hue angle of 281.27º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B942EF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 66 239 -
CMYK 0.23 0.72 0 0.06
HSL 281.27º 0.84% 0.6% -
HSV(B) 281.27º 0.72% 0.94% -
XYZ 37.54 20.44 83.63 -
YUV 121.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 185 66 239 0.23 0.72 0 0.06 281.27 0.84 0.6
Hex B9 42 EF 17 48 0 6 119 54 3C
Octal 271 102 357 27 110 0 6 431 124 74
Binary 10111001 1000010 11101111 10111 1001000 0 110 100011001 1010100 111100

Color Harmonies of #B942EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942EF

Black with #B942EF

Text Example


Text Example

White with #B942EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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