Html Css Color HEX #B93DDC Medium Orchid

📋 copy color: '#B93DDC'

red 185 ◦ green 61 ◦ blue 220

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

Shades of Medium Orchid #B93DDC

Tints of Medium Orchid #B93DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.09%

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

R = 39.7%
G = 13.09%
B = 47.21%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B93DDC (or 0xB93DDC) is known color: Medium Orchid. HEX triplet: B9, 3D and DC. RGB value is (185,61,220). Sum of RGB (Red+Green+Blue) = 185+61+220=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B93DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DDC is #46C223. Grayscale: #737373. Windows color (decimal): -4637220 or 14433721. OLE color: 14433721.

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

Color convert

RGB 185 61 220 -
CMYK 0.16 0.72 0 0.14
HSL 286.79º 0.69% 0.55% -
HSV(B) 286.79º 0.72% 0.86% -
XYZ 34.59 18.82 69.52 -
YUV 116.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 185 61 220 0.16 0.72 0 0.14 286.79 0.69 0.55
Hex B9 3D DC 10 48 0 E 11F 45 37
Octal 271 75 334 20 110 0 16 437 105 67
Binary 10111001 111101 11011100 10000 1001000 0 1110 100011111 1000101 110111

Color Harmonies of #B93DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DDC

Black with #B93DDC

Text Example


Text Example

White with #B93DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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