Html Css Color HEX #B93CF6 Medium Orchid

📋 copy color: '#B93CF6'

red 185 ◦ green 60 ◦ blue 246

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

Shades of Medium Orchid #B93CF6

Tints of Medium Orchid #B93CF6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.22%

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 37.68%
G = 12.22%
B = 50.1%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B93CF6 (or 0xB93CF6) is known color: Medium Orchid. HEX triplet: B9, 3C and F6. RGB value is (185,60,246). Sum of RGB (Red+Green+Blue) = 185+60+246=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #B93CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CF6 is #46C309. Grayscale: #757575. Windows color (decimal): -4637450 or 16137401. OLE color: 16137401.

HSL color Cylindrical-coordinate representation of color #B93CF6: hue angle of 280.32º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93CF6 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 60 246 -
CMYK 0.25 0.76 0 0.04
HSL 280.32º 0.91% 0.6% -
HSV(B) 280.32º 0.76% 0.96% -
XYZ 38.26 20.2 89.07 -
YUV 118.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 185 60 246 0.25 0.76 0 0.04 280.32 0.91 0.6
Hex B9 3C F6 19 4C 0 4 118 5B 3C
Octal 271 74 366 31 114 0 4 430 133 74
Binary 10111001 111100 11110110 11001 1001100 0 100 100011000 1011011 111100

Color Harmonies of #B93CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CF6

Black with #B93CF6

Text Example


Text Example

White with #B93CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CF6; }

 p { color: rgb(185,60,246); }

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

background-color css

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

 a { background-color: rgb(185,60,246); }

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

border-color css

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

 span { border-color: rgb(185,60,246); }

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