Html Css Color HEX #B46DCB Medium Orchid

📋 copy color: '#B46DCB'

red 180 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #B46DCB

Tints of Medium Orchid #B46DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 36.59%
G = 22.15%
B = 41.26%

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

#B46DCB (or 0xB46DCB) is known color: Medium Orchid. HEX triplet: B4, 6D and CB. RGB value is (180,109,203). Sum of RGB (Red+Green+Blue) = 180+109+203=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DCB is #4B9234. Grayscale: #8C8C8C. Windows color (decimal): -4952629 or 13331892. OLE color: 13331892.

HSL color Cylindrical-coordinate representation of color #B46DCB: hue angle of 285.32º 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 #B46DCB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 109 203 -
CMYK 0.11 0.46 0 0.20
HSL 285.32º 0.47% 0.61% -
HSV(B) 285.32º 0.46% 0.8% -
XYZ 35.07 24.95 59.47 -
YUV 140.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 180 109 203 0.11 0.46 0 0.20 285.32 0.47 0.61
Hex B4 6D CB B 2E 0 14 11D 2F 3D
Octal 264 155 313 13 56 0 24 435 57 75
Binary 10110100 1101101 11001011 1011 101110 0 10100 100011101 101111 111101

Color Harmonies of #B46DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DCB

Black with #B46DCB

Text Example


Text Example

White with #B46DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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