Html Css Color HEX #B942EA Medium Orchid

📋 copy color: '#B942EA'

red 185 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #B942EA

Tints of Medium Orchid #B942EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 38.14%
G = 13.61%
B = 48.25%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B942EA (or 0xB942EA) is known color: Medium Orchid. HEX triplet: B9, 42 and EA. RGB value is (185,66,234). Sum of RGB (Red+Green+Blue) = 185+66+234=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B942EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942EA is #46BD15. Grayscale: #787878. Windows color (decimal): -4635926 or 15352505. OLE color: 15352505.

HSL color Cylindrical-coordinate representation of color #B942EA: hue angle of 282.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B942EA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 66 234 -
CMYK 0.21 0.72 0 0.08
HSL 282.5º 0.8% 0.59% -
HSV(B) 282.5º 0.72% 0.92% -
XYZ 36.81 20.15 79.79 -
YUV 120.73 191.92 173.84 -
System Red Green Blue C M Y K H S L
Decimal 185 66 234 0.21 0.72 0 0.08 282.5 0.8 0.59
Hex B9 42 EA 15 48 0 8 11A 50 3B
Octal 271 102 352 25 110 0 10 432 120 73
Binary 10111001 1000010 11101010 10101 1001000 0 1000 100011010 1010000 111011

Color Harmonies of #B942EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942EA

Black with #B942EA

Text Example


Text Example

White with #B942EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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