Html Css Color HEX #B93DEC Medium Orchid

📋 copy color: '#B93DEC'

red 185 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #B93DEC

Tints of Medium Orchid #B93DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.66%

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

R = 38.38%
G = 12.66%
B = 48.96%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B93DEC (or 0xB93DEC) is known color: Medium Orchid. HEX triplet: B9, 3D and EC. RGB value is (185,61,236). Sum of RGB (Red+Green+Blue) = 185+61+236=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B93DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93DEC is #46C213. Grayscale: #757575. Windows color (decimal): -4637204 or 15482297. OLE color: 15482297.

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

Color convert

RGB 185 61 236 -
CMYK 0.22 0.74 0 0.07
HSL 282.51º 0.82% 0.58% -
HSV(B) 282.51º 0.74% 0.93% -
XYZ 36.82 19.71 81.22 -
YUV 118.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 185 61 236 0.22 0.74 0 0.07 282.51 0.82 0.58
Hex B9 3D EC 16 4A 0 7 11B 52 3A
Octal 271 75 354 26 112 0 7 433 122 72
Binary 10111001 111101 11101100 10110 1001010 0 111 100011011 1010010 111010

Color Harmonies of #B93DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DEC

Black with #B93DEC

Text Example


Text Example

White with #B93DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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