Html Css Color HEX #B93FEB Medium Orchid

📋 copy color: '#B93FEB'

red 185 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #B93FEB

Tints of Medium Orchid #B93FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 38.3%
G = 13.04%
B = 48.65%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B93FEB (or 0xB93FEB) is known color: Medium Orchid. HEX triplet: B9, 3F and EB. RGB value is (185,63,235). Sum of RGB (Red+Green+Blue) = 185+63+235=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #B93FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FEB is #46C014. Grayscale: #767676. Windows color (decimal): -4636693 or 15417273. OLE color: 15417273.

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

Color convert

RGB 185 63 235 -
CMYK 0.21 0.73 0 0.08
HSL 282.56º 0.81% 0.58% -
HSV(B) 282.56º 0.73% 0.92% -
XYZ 36.78 19.87 80.49 -
YUV 119.09 193.42 175.01 -
System Red Green Blue C M Y K H S L
Decimal 185 63 235 0.21 0.73 0 0.08 282.56 0.81 0.58
Hex B9 3F EB 15 49 0 8 11B 51 3A
Octal 271 77 353 25 111 0 10 433 121 72
Binary 10111001 111111 11101011 10101 1001001 0 1000 100011011 1010001 111010

Color Harmonies of #B93FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FEB

Black with #B93FEB

Text Example


Text Example

White with #B93FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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