Html Css Color HEX #B93ACC Medium Orchid

📋 copy color: '#B93ACC'

red 185 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #B93ACC

Tints of Medium Orchid #B93ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 41.39%
G = 12.98%
B = 45.64%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B93ACC (or 0xB93ACC) is known color: Medium Orchid. HEX triplet: B9, 3A and CC. RGB value is (185,58,204). Sum of RGB (Red+Green+Blue) = 185+58+204=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #B93ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ACC is #46C533. Grayscale: #707070. Windows color (decimal): -4638004 or 13384377. OLE color: 13384377.

HSL color Cylindrical-coordinate representation of color #B93ACC: hue angle of 292.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93ACC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 58 204 -
CMYK 0.09 0.72 0 0.2
HSL 292.19º 0.59% 0.51% -
HSV(B) 292.19º 0.72% 0.8% -
XYZ 32.42 17.7 58.83 -
YUV 112.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 185 58 204 0.09 0.72 0 0.2 292.19 0.59 0.51
Hex B9 3A CC 9 48 0 14 124 3B 33
Octal 271 72 314 11 110 0 24 444 73 63
Binary 10111001 111010 11001100 1001 1001000 0 10100 100100100 111011 110011

Color Harmonies of #B93ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ACC

Black with #B93ACC

Text Example


Text Example

White with #B93ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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