Html Css Color HEX #B93CDD Medium Orchid

📋 copy color: '#B93CDD'

red 185 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B93CDD

Tints of Medium Orchid #B93CDD

RGB

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

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

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

R = 39.7%
G = 12.88%
B = 47.42%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B93CDD (or 0xB93CDD) is known color: Medium Orchid. HEX triplet: B9, 3C and DD. RGB value is (185,60,221). Sum of RGB (Red+Green+Blue) = 185+60+221=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B93CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CDD is #46C322. Grayscale: #737373. Windows color (decimal): -4637475 or 14499001. OLE color: 14499001.

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

Color convert

RGB 185 60 221 -
CMYK 0.16 0.73 0 0.13
HSL 286.58º 0.7% 0.55% -
HSV(B) 286.58º 0.73% 0.87% -
XYZ 34.67 18.77 70.2 -
YUV 115.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 185 60 221 0.16 0.73 0 0.13 286.58 0.7 0.55
Hex B9 3C DD 10 49 0 D 11F 46 37
Octal 271 74 335 20 111 0 15 437 106 67
Binary 10111001 111100 11011101 10000 1001001 0 1101 100011111 1000110 110111

Color Harmonies of #B93CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CDD

Black with #B93CDD

Text Example


Text Example

White with #B93CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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