Html Css Color HEX #B93AEC Medium Orchid

📋 copy color: '#B93AEC'

red 185 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #B93AEC

Tints of Medium Orchid #B93AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.11%

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

R = 38.62%
G = 12.11%
B = 49.27%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B93AEC (or 0xB93AEC) is known color: Medium Orchid. HEX triplet: B9, 3A and EC. RGB value is (185,58,236). Sum of RGB (Red+Green+Blue) = 185+58+236=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B93AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AEC is #46C513. Grayscale: #737373. Windows color (decimal): -4637972 or 15481529. OLE color: 15481529.

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

Color convert

RGB 185 58 236 -
CMYK 0.22 0.75 0 0.07
HSL 282.81º 0.82% 0.58% -
HSV(B) 282.81º 0.75% 0.93% -
XYZ 36.66 19.4 81.17 -
YUV 116.27 195.58 177.03 -
System Red Green Blue C M Y K H S L
Decimal 185 58 236 0.22 0.75 0 0.07 282.81 0.82 0.58
Hex B9 3A EC 16 4B 0 7 11B 52 3A
Octal 271 72 354 26 113 0 7 433 122 72
Binary 10111001 111010 11101100 10110 1001011 0 111 100011011 1010010 111010

Color Harmonies of #B93AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AEC

Black with #B93AEC

Text Example


Text Example

White with #B93AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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