Html Css Color HEX #B93CDE Medium Orchid

📋 copy color: '#B93CDE'

red 185 ◦ green 60 ◦ blue 222

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

Shades of Medium Orchid #B93CDE

Tints of Medium Orchid #B93CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 39.61%
G = 12.85%
B = 47.54%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B93CDE (or 0xB93CDE) is known color: Medium Orchid. HEX triplet: B9, 3C and DE. RGB value is (185,60,222). Sum of RGB (Red+Green+Blue) = 185+60+222=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #B93CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CDE is #46C321. Grayscale: #737373. Windows color (decimal): -4637474 or 14564537. OLE color: 14564537.

HSL color Cylindrical-coordinate representation of color #B93CDE: hue angle of 286.3º degrees, saturation: 0.71, 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 #B93CDE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 60 222 -
CMYK 0.17 0.73 0 0.13
HSL 286.3º 0.71% 0.55% -
HSV(B) 286.3º 0.73% 0.87% -
XYZ 34.81 18.82 70.91 -
YUV 115.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 185 60 222 0.17 0.73 0 0.13 286.3 0.71 0.55
Hex B9 3C DE 11 49 0 D 11E 47 37
Octal 271 74 336 21 111 0 15 436 107 67
Binary 10111001 111100 11011110 10001 1001001 0 1101 100011110 1000111 110111

Color Harmonies of #B93CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CDE

Black with #B93CDE

Text Example


Text Example

White with #B93CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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