Html Css Color HEX #B93AFF Medium Orchid

📋 copy color: '#B93AFF'

red 185 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #B93AFF

Tints of Medium Orchid #B93AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 37.15%
G = 11.65%
B = 51.2%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B93AFF (or 0xB93AFF) is known color: Medium Orchid. HEX triplet: B9, 3A and FF. RGB value is (185,58,255). Sum of RGB (Red+Green+Blue) = 185+58+255=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 58 (23.05% from 255 or 11.65% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B93AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AFF is #46C500. Grayscale: #757575. Windows color (decimal): -4637953 or 16726713. OLE color: 16726713.

HSL color Cylindrical-coordinate representation of color #B93AFF: hue angle of 278.68º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B93AFF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 58 255 -
CMYK 0.27 0.77 0 0
HSL 278.68º 1% 0.61% -
HSV(B) 278.68º 0.77% 1% -
XYZ 39.57 20.56 96.49 -
YUV 118.43 205.08 175.48 -
System Red Green Blue C M Y K H S L
Decimal 185 58 255 0.27 0.77 0 0 278.68 1 0.61
Hex B9 3A FF 1B 4D 0 0 117 64 3D
Octal 271 72 377 33 115 0 0 427 144 75
Binary 10111001 111010 11111111 11011 1001101 0 0 100010111 1100100 111101

Color Harmonies of #B93AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AFF

Black with #B93AFF

Text Example


Text Example

White with #B93AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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