Html Css Color HEX #B93CCE Medium Orchid

📋 copy color: '#B93CCE'

red 185 ◦ green 60 ◦ blue 206

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

Shades of Medium Orchid #B93CCE

Tints of Medium Orchid #B93CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 41.02%
G = 13.3%
B = 45.68%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B93CCE (or 0xB93CCE) is known color: Medium Orchid. HEX triplet: B9, 3C and CE. RGB value is (185,60,206). Sum of RGB (Red+Green+Blue) = 185+60+206=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #B93CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCE is #46C331. Grayscale: #717171. Windows color (decimal): -4637490 or 13515961. OLE color: 13515961.

HSL color Cylindrical-coordinate representation of color #B93CCE: hue angle of 291.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93CCE is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 60 206 -
CMYK 0.10 0.71 0 0.19
HSL 291.37º 0.6% 0.52% -
HSV(B) 291.37º 0.71% 0.81% -
XYZ 32.76 18 60.14 -
YUV 114.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 185 60 206 0.10 0.71 0 0.19 291.37 0.6 0.52
Hex B9 3C CE A 47 0 13 123 3C 34
Octal 271 74 316 12 107 0 23 443 74 64
Binary 10111001 111100 11001110 1010 1000111 0 10011 100100011 111100 110100

Color Harmonies of #B93CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CCE

Black with #B93CCE

Text Example


Text Example

White with #B93CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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