Html Css Color HEX #B93EEC Medium Orchid

📋 copy color: '#B93EEC'

red 185 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #B93EEC

Tints of Medium Orchid #B93EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.84%

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

R = 38.3%
G = 12.84%
B = 48.86%

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

#B93EEC (or 0xB93EEC) is known color: Medium Orchid. HEX triplet: B9, 3E and EC. RGB value is (185,62,236). Sum of RGB (Red+Green+Blue) = 185+62+236=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #B93EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EEC is #46C113. Grayscale: #767676. Windows color (decimal): -4636948 or 15482553. OLE color: 15482553.

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

Color convert

RGB 185 62 236 -
CMYK 0.22 0.74 0 0.07
HSL 282.41º 0.82% 0.58% -
HSV(B) 282.41º 0.74% 0.93% -
XYZ 36.87 19.82 81.24 -
YUV 118.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 185 62 236 0.22 0.74 0 0.07 282.41 0.82 0.58
Hex B9 3E EC 16 4A 0 7 11A 52 3A
Octal 271 76 354 26 112 0 7 432 122 72
Binary 10111001 111110 11101100 10110 1001010 0 111 100011010 1010010 111010

Color Harmonies of #B93EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EEC

Black with #B93EEC

Text Example


Text Example

White with #B93EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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