Html Css Color HEX #B93AEB Medium Orchid

📋 copy color: '#B93AEB'

red 185 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #B93AEB

Tints of Medium Orchid #B93AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 38.7%
G = 12.13%
B = 49.16%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B93AEB (or 0xB93AEB) is known color: Medium Orchid. HEX triplet: B9, 3A and EB. RGB value is (185,58,235). Sum of RGB (Red+Green+Blue) = 185+58+235=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B93AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AEB is #46C514. Grayscale: #737373. Windows color (decimal): -4637973 or 15415993. OLE color: 15415993.

HSL color Cylindrical-coordinate representation of color #B93AEB: hue angle of 283.05º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93AEB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 58 235 -
CMYK 0.21 0.75 0 0.08
HSL 283.05º 0.82% 0.57% -
HSV(B) 283.05º 0.75% 0.92% -
XYZ 36.52 19.34 80.41 -
YUV 116.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 185 58 235 0.21 0.75 0 0.08 283.05 0.82 0.57
Hex B9 3A EB 15 4B 0 8 11B 52 39
Octal 271 72 353 25 113 0 10 433 122 71
Binary 10111001 111010 11101011 10101 1001011 0 1000 100011011 1010010 111001

Color Harmonies of #B93AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AEB

Black with #B93AEB

Text Example


Text Example

White with #B93AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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