Html Css Color HEX #B93DDD Medium Orchid

📋 copy color: '#B93DDD'

red 185 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #B93DDD

Tints of Medium Orchid #B93DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 39.61%
G = 13.06%
B = 47.32%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B93DDD (or 0xB93DDD) is known color: Medium Orchid. HEX triplet: B9, 3D and DD. RGB value is (185,61,221). Sum of RGB (Red+Green+Blue) = 185+61+221=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B93DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DDD is #46C222. Grayscale: #737373. Windows color (decimal): -4637219 or 14499257. OLE color: 14499257.

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

Color convert

RGB 185 61 221 -
CMYK 0.16 0.72 0 0.13
HSL 286.5º 0.7% 0.55% -
HSV(B) 286.5º 0.72% 0.87% -
XYZ 34.73 18.87 70.22 -
YUV 116.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 185 61 221 0.16 0.72 0 0.13 286.5 0.7 0.55
Hex B9 3D DD 10 48 0 D 11E 46 37
Octal 271 75 335 20 110 0 15 436 106 67
Binary 10111001 111101 11011101 10000 1001000 0 1101 100011110 1000110 110111

Color Harmonies of #B93DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DDD

Black with #B93DDD

Text Example


Text Example

White with #B93DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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