Html Css Color HEX #B93FDC Medium Orchid

📋 copy color: '#B93FDC'

red 185 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #B93FDC

Tints of Medium Orchid #B93FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 39.53%
G = 13.46%
B = 47.01%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B93FDC (or 0xB93FDC) is known color: Medium Orchid. HEX triplet: B9, 3F and DC. RGB value is (185,63,220). Sum of RGB (Red+Green+Blue) = 185+63+220=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B93FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FDC is #46C023. Grayscale: #747474. Windows color (decimal): -4636708 or 14434233. OLE color: 14434233.

HSL color Cylindrical-coordinate representation of color #B93FDC: hue angle of 286.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93FDC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 63 220 -
CMYK 0.16 0.71 0 0.14
HSL 286.62º 0.69% 0.55% -
HSV(B) 286.62º 0.71% 0.86% -
XYZ 34.7 19.04 69.56 -
YUV 117.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 185 63 220 0.16 0.71 0 0.14 286.62 0.69 0.55
Hex B9 3F DC 10 47 0 E 11F 45 37
Octal 271 77 334 20 107 0 16 437 105 67
Binary 10111001 111111 11011100 10000 1000111 0 1110 100011111 1000101 110111

Color Harmonies of #B93FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FDC

Black with #B93FDC

Text Example


Text Example

White with #B93FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FDC; }

 p { color: rgb(185,63,220); }

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

background-color css

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

 a { background-color: rgb(185,63,220); }

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

border-color css

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

 span { border-color: rgb(185,63,220); }

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