Html Css Color HEX #B46ECB Medium Orchid

📋 copy color: '#B46ECB'

red 180 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #B46ECB

Tints of Medium Orchid #B46ECB

RGB

 RED value IS 180 (70.7% from 255) = 36.51%

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 36.51%
G = 22.31%
B = 41.18%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B46ECB (or 0xB46ECB) is known color: Medium Orchid. HEX triplet: B4, 6E and CB. RGB value is (180,110,203). Sum of RGB (Red+Green+Blue) = 180+110+203=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ECB is #4B9134. Grayscale: #8D8D8D. Windows color (decimal): -4952373 or 13332148. OLE color: 13332148.

HSL color Cylindrical-coordinate representation of color #B46ECB: hue angle of 285.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46ECB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 110 203 -
CMYK 0.11 0.46 0 0.20
HSL 285.16º 0.47% 0.61% -
HSV(B) 285.16º 0.46% 0.8% -
XYZ 35.18 25.17 59.5 -
YUV 141.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 180 110 203 0.11 0.46 0 0.20 285.16 0.47 0.61
Hex B4 6E CB B 2E 0 14 11D 2F 3D
Octal 264 156 313 13 56 0 24 435 57 75
Binary 10110100 1101110 11001011 1011 101110 0 10100 100011101 101111 111101

Color Harmonies of #B46ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ECB

Black with #B46ECB

Text Example


Text Example

White with #B46ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ECB; }

 p { color: rgb(180,110,203); }

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

background-color css

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

 a { background-color: rgb(180,110,203); }

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

border-color css

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

 span { border-color: rgb(180,110,203); }

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