Html Css Color HEX #B93FEC Medium Orchid

📋 copy color: '#B93FEC'

red 185 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #B93FEC

Tints of Medium Orchid #B93FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.02%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 38.22%
G = 13.02%
B = 48.76%

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

#B93FEC (or 0xB93FEC) is known color: Medium Orchid. HEX triplet: B9, 3F and EC. RGB value is (185,63,236). Sum of RGB (Red+Green+Blue) = 185+63+236=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #B93FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FEC is #46C013. Grayscale: #767676. Windows color (decimal): -4636692 or 15482809. OLE color: 15482809.

HSL color Cylindrical-coordinate representation of color #B93FEC: hue angle of 282.31º degrees, saturation: 0.82, 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 #B93FEC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 63 236 -
CMYK 0.22 0.73 0 0.07
HSL 282.31º 0.82% 0.59% -
HSV(B) 282.31º 0.73% 0.93% -
XYZ 36.93 19.93 81.26 -
YUV 119.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 185 63 236 0.22 0.73 0 0.07 282.31 0.82 0.59
Hex B9 3F EC 16 49 0 7 11A 52 3B
Octal 271 77 354 26 111 0 7 432 122 73
Binary 10111001 111111 11101100 10110 1001001 0 111 100011010 1010010 111011

Color Harmonies of #B93FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FEC

Black with #B93FEC

Text Example


Text Example

White with #B93FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FEC; }

 p { color: rgb(185,63,236); }

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

background-color css

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

 a { background-color: rgb(185,63,236); }

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

border-color css

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

 span { border-color: rgb(185,63,236); }

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