Html Css Color HEX #B93AFE Medium Orchid

📋 copy color: '#B93AFE'

red 185 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #B93AFE

Tints of Medium Orchid #B93AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 37.22%
G = 11.67%
B = 51.11%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B93AFE (or 0xB93AFE) is known color: Medium Orchid. HEX triplet: B9, 3A and FE. RGB value is (185,58,254). Sum of RGB (Red+Green+Blue) = 185+58+254=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #B93AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AFE is #46C501. Grayscale: #757575. Windows color (decimal): -4637954 or 16661177. OLE color: 16661177.

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

Color convert

RGB 185 58 254 -
CMYK 0.27 0.77 0 0.00
HSL 278.88º 0.99% 0.61% -
HSV(B) 278.88º 0.77% 1% -
XYZ 39.41 20.5 95.64 -
YUV 118.32 204.58 175.56 -
System Red Green Blue C M Y K H S L
Decimal 185 58 254 0.27 0.77 0 0.00 278.88 0.99 0.61
Hex B9 3A FE 1B 4D 0 0 117 63 3D
Octal 271 72 376 33 115 0 0 427 143 75
Binary 10111001 111010 11111110 11011 1001101 0 0 100010111 1100011 111101

Color Harmonies of #B93AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AFE

Black with #B93AFE

Text Example


Text Example

White with #B93AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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