Html Css Color HEX #B93ACB Medium Orchid

📋 copy color: '#B93ACB'

red 185 ◦ green 58 ◦ blue 203

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

Shades of Medium Orchid #B93ACB

Tints of Medium Orchid #B93ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 41.48%
G = 13%
B = 45.52%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B93ACB (or 0xB93ACB) is known color: Medium Orchid. HEX triplet: B9, 3A and CB. RGB value is (185,58,203). Sum of RGB (Red+Green+Blue) = 185+58+203=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B93ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ACB is #46C534. Grayscale: #707070. Windows color (decimal): -4638005 or 13318841. OLE color: 13318841.

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

Color convert

RGB 185 58 203 -
CMYK 0.09 0.71 0 0.20
HSL 292.55º 0.58% 0.51% -
HSV(B) 292.55º 0.71% 0.8% -
XYZ 32.3 17.65 58.2 -
YUV 112.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 185 58 203 0.09 0.71 0 0.20 292.55 0.58 0.51
Hex B9 3A CB 9 47 0 14 125 3A 33
Octal 271 72 313 11 107 0 24 445 72 63
Binary 10111001 111010 11001011 1001 1000111 0 10100 100100101 111010 110011

Color Harmonies of #B93ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ACB

Black with #B93ACB

Text Example


Text Example

White with #B93ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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